X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fexamples%2Fhexoticsubdom3.py;fp=doc%2Fsalome%2Fexamples%2Fhexoticsubdom3.py;h=2b31b1aaa000d87e705d341479916f1459dd5004;hb=382a299ebdaae94a470d8d505490a5bb1d47522b;hp=0e7a69886c60c0ef03fdb50ef91a04548debbc2b;hpb=680163e0e2e2625c5303578586e16336b7fa8e8b;p=plugins%2Fhexoticplugin.git diff --git a/doc/salome/examples/hexoticsubdom3.py b/doc/salome/examples/hexoticsubdom3.py index 0e7a698..2b31b1a 100644 --- a/doc/salome/examples/hexoticsubdom3.py +++ b/doc/salome/examples/hexoticsubdom3.py @@ -52,7 +52,6 @@ g3 = Mesh_mghexa_sd3.GroupOnFilter(SMESH.VOLUME, 'box - big sphere', aFilter3 ) g3.SetColor( SALOMEDS.Color( 0, 0, 1 )) # Compute -Mesh_mghexa_sd3.Compute() +assert Mesh_mghexa_sd3.Compute(), "Meshing fails" # End of script -