From: rnv Date: Fri, 8 Apr 2022 15:06:45 +0000 (+0300) Subject: #18709 [CEA][Windows] Adding GMSH/GMSHPLUGIN to SALOME X-Git-Tag: V9_9_0b1^0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=78b5ec089df8b24eb25a56ba267e22f019827581;p=plugins%2Fgmshplugin.git #18709 [CEA][Windows] Adding GMSH/GMSHPLUGIN to SALOME --- diff --git a/src/GMSHPlugin/GMSHPlugin_Mesher.cxx b/src/GMSHPlugin/GMSHPlugin_Mesher.cxx index 847526e..ae30d2f 100644 --- a/src/GMSHPlugin/GMSHPlugin_Mesher.cxx +++ b/src/GMSHPlugin/GMSHPlugin_Mesher.cxx @@ -1085,6 +1085,7 @@ bool GMSHPlugin_Mesher::Compute() #endif FillSMesh(); } + GmshSetMessageHandler(nullptr); delete _gModel; GmshFinalize(); MESSAGE("GMSHPlugin_Mesher::Compute:End");