X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fexamples%2Fhexoticsubdom1.py;h=70bb663fa4872366ca187dbe189dca06af1edfb3;hb=0cdfb24792f695e713a6289ceff3c5b1855a0ec4;hp=3a6f4dc14a973315dd38632ae46acce50d407460;hpb=b4772d8e7a3b033413ff9bfae6b48ccb5be6f8b3;p=plugins%2Fhexoticplugin.git diff --git a/doc/salome/examples/hexoticsubdom1.py b/doc/salome/examples/hexoticsubdom1.py index 3a6f4dc..70bb663 100644 --- a/doc/salome/examples/hexoticsubdom1.py +++ b/doc/salome/examples/hexoticsubdom1.py @@ -53,6 +53,6 @@ g3 = Mesh_mghexa_sd1.GroupOnFilter(SMESH.VOLUME, 'box - big sphere', aFilter3 ) g3.SetColor( SALOMEDS.Color( 0, 0, 1 )) # Compute -Mesh_mghexa_sd1.Compute() +assert Mesh_mghexa_sd1.Compute(), "Meshing fails" # End of script