mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
minor
This commit is contained in:
parent
8d0826c197
commit
fb1aabb3d1
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user