mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-29 02:40:35 +05:00
minor
This commit is contained in:
parent
8d0826c197
commit
fb1aabb3d1
@ -1393,7 +1393,7 @@ class Mesh:
|
|||||||
shape = self.geom
|
shape = self.geom
|
||||||
pass
|
pass
|
||||||
if self.IsUsedHypothesis( hyp, shape ):
|
if self.IsUsedHypothesis( hyp, shape ):
|
||||||
return self.mesh.RemoveHypothesis(shape, hyp)
|
return self.mesh.RemoveHypothesis( shape, hyp )
|
||||||
hypName = GetName( hyp )
|
hypName = GetName( hyp )
|
||||||
geoName = GetName( shape )
|
geoName = GetName( shape )
|
||||||
print "WARNING: RemoveHypothesis() failed as '%s' is not assigned to '%s' shape" % ( hypName, geoName )
|
print "WARNING: RemoveHypothesis() failed as '%s' is not assigned to '%s' shape" % ( hypName, geoName )
|
||||||
|
Loading…
Reference in New Issue
Block a user