mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 17:00:34 +05:00
Ménage
This commit is contained in:
parent
eb0b4337d3
commit
1524b928e6
@ -33,6 +33,9 @@ objet_adapt.AddHypothesis(hypo)
|
|||||||
#--- Compute without publication
|
#--- Compute without publication
|
||||||
err = objet_adapt.Compute(False)
|
err = objet_adapt.Compute(False)
|
||||||
|
|
||||||
|
#--- Clean
|
||||||
|
del objet_adapt
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Test 2 : remeshing with a background size, volume
|
# Test 2 : remeshing with a background size, volume
|
||||||
@ -60,3 +63,6 @@ objet_adapt.AddHypothesis(hypo)
|
|||||||
#--- Compute without publication
|
#--- Compute without publication
|
||||||
err = objet_adapt.Compute(False)
|
err = objet_adapt.Compute(False)
|
||||||
|
|
||||||
|
#--- Clean
|
||||||
|
del objet_adapt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user