From: eap Date: Wed, 7 Sep 2016 10:04:20 +0000 (+0300) Subject: 53562: TC8.1.0:Mesh computation failed X-Git-Tag: V8_1_0rc1~2^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8e16101befe430d1b134c93dc3b14ec6e62c9b02;p=plugins%2Fhybridplugin.git 53562: TC8.1.0:Mesh computation failed --- diff --git a/src/HYBRIDPlugin/MG_HYBRID_API.cxx b/src/HYBRIDPlugin/MG_HYBRID_API.cxx index f32793d..4f7c925 100644 --- a/src/HYBRIDPlugin/MG_HYBRID_API.cxx +++ b/src/HYBRIDPlugin/MG_HYBRID_API.cxx @@ -721,13 +721,14 @@ bool MG_HYBRID_API::LibData::Compute() MG_HYBRID_API::MG_HYBRID_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_HYBRID_USE_EXE")) _useLib = false; +#endif } //================================================================================