From 8afd65a005097af54b563be787289eb4358c06ec Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 7 Sep 2016 13:05:21 +0300 Subject: [PATCH] 53562: TC8.1.0:Mesh computation failed --- src/HexoticPlugin/MG_Hexotic_API.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 } //================================================================================ -- 2.30.2