This commit is contained in:
eap 2013-01-11 12:01:00 +00:00
parent 8d0826c197
commit fb1aabb3d1

View 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 )