Salome HOME
Fix OpenCV_INCLUDE_DIRS definition on windows - Othewise SAT will not generate a...
[tools/sat_salome.git] / products / patches / GMSHPlugin_Mesher-ctx.patch
1 --- GMSHPLUGIN_ref/src/GMSHPlugin/GMSHPlugin_Mesher.cxx 2020-12-29 09:19:07.932776533 +0100
2 +++ GMSHPLUGIN/src/GMSHPlugin/GMSHPlugin_Mesher.cxx     2020-12-29 09:17:14.885840621 +0100
3 @@ -938,7 +938,10 @@ void  GMSHPlugin_Mesher::mymsg::operator
4      }
5      if (level == "Fatal")
6      {
7 +#ifndef WIN32
8          CTX::instance()->lock = 0;
9 +#endif
10 +
11          throw oss.str();
12      }
13      else