Salome HOME
bos #29628 Remove MEFISTO 2D algorithm
[modules/smesh.git] / test / SMESH_Partition1_tetra.py
index 3f45341204670dbe7365a66cda27f943bd5026cc..81c0db42de8807f39bc5c1aa79f9b9c3ccc4ae08 100644 (file)
@@ -149,8 +149,8 @@ print("-------------------------- MaxElementArea")
 
 maxElementArea = 0.1
 
-mefisto2D = mesh.Triangle()
-hypArea = mefisto2D.MaxElementArea(maxElementArea)
+triangle = mesh.Triangle()
+hypArea = triangle.MaxElementArea(maxElementArea)
 print(hypArea.GetName())
 print(hypArea.GetId())
 print(hypArea.GetMaxElementArea())