Salome HOME
debug probleme de cast entier booleen: changement de comportement sur les comparaison...
[modules/hydrosolver.git] / src / HYDRO / HYDROSOLVER.py
index 1fe370c691f9a6b7382e7427c212ad6aa340decc..973af78b4d4a165ad8088cd2122289b8ab8551a9 100644 (file)
@@ -34,5 +34,5 @@ class HYDROSOLVER(HYDROSOLVER_ORB__POA.HYDROSOLVER,
     def __init__ ( self, orb, poa, contID, containerName, instanceName, 
                    interfaceName ):
         SALOME_ComponentPy.SALOME_ComponentPy_i.__init__(self, orb, poa,
-                    contID, containerName, instanceName, interfaceName, 0)
+                    contID, containerName, instanceName, interfaceName)
         SALOME_DriverPy.SALOME_DriverPy_i.__init__(self, interfaceName)