X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fexamples%2Fhexoticdemo_vl.py;fp=doc%2Fsalome%2Fexamples%2Fhexoticdemo_vl.py;h=def14bd13b79580c0502516f35785f5d7c9d61ae;hb=382a299ebdaae94a470d8d505490a5bb1d47522b;hp=a2d93046dce53d163d918a448cb93094a37e25cb;hpb=680163e0e2e2625c5303578586e16336b7fa8e8b;p=plugins%2Fhexoticplugin.git diff --git a/doc/salome/examples/hexoticdemo_vl.py b/doc/salome/examples/hexoticdemo_vl.py index a2d9304..def14bd 100644 --- a/doc/salome/examples/hexoticdemo_vl.py +++ b/doc/salome/examples/hexoticdemo_vl.py @@ -28,6 +28,6 @@ MG_Hexa_Parameters.SetHexesMinLevel( 2 ) MG_Hexa_Parameters.SetHexesMaxLevel( 4 ) # Compute -Mesh_mghexa_vl.Compute() +assert Mesh_mghexa_vl.Compute(), "Meshing fails" # End of script