This commit is contained in:
GERALD NICOLAS 2021-02-08 17:36:32 +01:00
parent eb0b4337d3
commit 1524b928e6

View File

@ -33,6 +33,9 @@ objet_adapt.AddHypothesis(hypo)
#--- Compute without publication
err = objet_adapt.Compute(False)
#--- Clean
del objet_adapt
# Test 2 : remeshing with a background size, volume
@ -60,3 +63,6 @@ objet_adapt.AddHypothesis(hypo)
#--- Compute without publication
err = objet_adapt.Compute(False)
#--- Clean
del objet_adapt