]> SALOME platform Git repositories - plugins/gmshplugin.git/commitdiff
Salome HOME
#18709 [CEA][Windows] Adding GMSH/GMSHPLUGIN to SALOME V9_9_0b1
authorrnv <rnv@opencascade.com>
Fri, 8 Apr 2022 15:06:45 +0000 (18:06 +0300)
committerrnv <rnv@opencascade.com>
Fri, 8 Apr 2022 15:06:45 +0000 (18:06 +0300)
src/GMSHPlugin/GMSHPlugin_Mesher.cxx

index 847526ef4e68c8943521c7100d00fd19115bf0fe..ae30d2fd1844b482e98d26d7c47d2402aedbea37 100644 (file)
@@ -1085,6 +1085,7 @@ bool GMSHPlugin_Mesher::Compute()
 #endif
     FillSMesh();
   }
+  GmshSetMessageHandler(nullptr);
   delete _gModel;
   GmshFinalize();
   MESSAGE("GMSHPlugin_Mesher::Compute:End");