From: eap Date: Fri, 11 Jan 2013 12:01:00 +0000 (+0000) Subject: minor X-Git-Tag: pluginMGCleaner~181 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fb1aabb3d187813050819c794217ab5bc554ccfc;p=modules%2Fsmesh.git minor --- diff --git a/src/SMESH_SWIG/smeshDC.py b/src/SMESH_SWIG/smeshDC.py index d17642e4a..1431ff6f3 100644 --- a/src/SMESH_SWIG/smeshDC.py +++ b/src/SMESH_SWIG/smeshDC.py @@ -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 )