From: eap Date: Wed, 7 Sep 2016 10:05:21 +0000 (+0300) Subject: 53562: TC8.1.0:Mesh computation failed X-Git-Tag: V8_1_0rc1~1^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8afd65a005097af54b563be787289eb4358c06ec;p=plugins%2Fhexoticplugin.git 53562: TC8.1.0:Mesh computation failed --- diff --git a/src/HexoticPlugin/MG_Hexotic_API.cxx b/src/HexoticPlugin/MG_Hexotic_API.cxx index 1132cef..5e6e161 100644 --- a/src/HexoticPlugin/MG_Hexotic_API.cxx +++ b/src/HexoticPlugin/MG_Hexotic_API.cxx @@ -713,13 +713,14 @@ bool MG_Hexotic_API::LibData::Compute() MG_Hexotic_API::MG_Hexotic_API(volatile bool& cancelled_flag, double& progress) { + _useLib = false; #ifdef USE_MG_LIBS _useLib = true; _libData = new LibData( cancelled_flag, progress ); _libData->Init(); -#endif if ( getenv("MG_HEXA_USE_EXE")) _useLib = false; +#endif } //================================================================================