]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMESH_SWIG/smeshDC.py
Salome HOME
minor
[modules/smesh.git] / src / SMESH_SWIG / smeshDC.py
index d17642e4ae4f620f8ba0f99851af8341dc343bdf..1431ff6f3f11ff4d52e09b73ac3fe0af8e02be8d 100644 (file)
@@ -1393,7 +1393,7 @@ class Mesh:
             shape = self.geom
             pass
         if self.IsUsedHypothesis( hyp, shape ):
-            return self.mesh.RemoveHypothesis(shape, hyp)
+            return self.mesh.RemoveHypothesis( shape, hyp )
         hypName = GetName( hyp )
         geoName = GetName( shape )
         print "WARNING: RemoveHypothesis() failed as '%s' is not assigned to '%s' shape" % ( hypName, geoName )