Salome HOME
minor
authoreap <eap@opencascade.com>
Fri, 11 Jan 2013 12:01:00 +0000 (12:01 +0000)
committereap <eap@opencascade.com>
Fri, 11 Jan 2013 12:01:00 +0000 (12:01 +0000)
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 )