]> SALOME platform Git repositories - plugins/netgenplugin.git/commit
Salome HOME
Generalize "Cancel Compute" mechanism to be able to report
authoreap <eap@opencascade.com>
Fri, 20 Jul 2012 16:14:30 +0000 (16:14 +0000)
committereap <eap@opencascade.com>
Fri, 20 Jul 2012 16:14:30 +0000 (16:14 +0000)
commiteb09a83f3d95f8f08ae0a0329915830b46cb89c8
tree567eeb1d408e9144987835a7e6ce5a62916b9f97
parent48519d8868014f80bcaf5f192e5119f28c29b17d
Generalize "Cancel Compute" mechanism to be able to report
"Computation canceled" instead of "Algorithm failed" as failure reason

 void NETGENPlugin_NETGEN_*D::CancelCompute()
 {
+  SMESH_Algo::CancelCompute();
src/NETGENPlugin/NETGENPlugin_NETGEN_2D.cxx
src/NETGENPlugin/NETGENPlugin_NETGEN_2D3D.cxx
src/NETGENPlugin/NETGENPlugin_NETGEN_2D_ONLY.cxx
src/NETGENPlugin/NETGENPlugin_NETGEN_3D.cxx