Salome HOME
Check result of Compute() in test and examples
[modules/smesh.git] / test / test_polyhedron_per_solid.py
index f26bfd718759063c3b49e08ce3e04ef01bcff588..e48141e80c936489026446705da203a0549b08c7 100644 (file)
@@ -105,7 +105,6 @@ PolygonPerFace_2D = Mesh_1.Polygon()
 PolyhedronPerSolid_3D = Mesh_1.Polyhedron()
 
 ok = Mesh_1.Compute()
-
 if not ok:
   raise Exception("Error when computing Mesh")