X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHexoticPlugin%2FMG_Hexotic_API.cxx;fp=src%2FHexoticPlugin%2FMG_Hexotic_API.cxx;h=5e6e1610d14f18d400b38cb7e5d438ec02b60b90;hb=8afd65a005097af54b563be787289eb4358c06ec;hp=1132cefd967013b45c67315e3c273f0b753f17c7;hpb=dc66bd3a0cd0dd4319945b8a187f83747997a43c;p=plugins%2Fhexoticplugin.git 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 } //================================================================================