From fb1aabb3d187813050819c794217ab5bc554ccfc Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 11 Jan 2013 12:01:00 +0000 Subject: [PATCH] minor --- src/SMESH_SWIG/smeshDC.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 2.39.2