From: eap Date: Fri, 23 Oct 2020 09:35:22 +0000 (+0300) Subject: IPAL54703: TC-9.6.0: GHS3DPLUGIN does not compile if option SALOME_USE_MG_LIBS is... X-Git-Tag: V9_6_0rc1^0 X-Git-Url: http://git.salome-platform.org/gitweb/?p=plugins%2Fghs3dplugin.git;a=commitdiff_plain;h=6079495f37a31b03deda54f29291e63d54565ccd IPAL54703: TC-9.6.0: GHS3DPLUGIN does not compile if option SALOME_USE_MG_LIBS is set to ON --- diff --git a/src/GHS3DPlugin/MG_Tetra_API.cxx b/src/GHS3DPlugin/MG_Tetra_API.cxx index c19938f..2df5cc2 100644 --- a/src/GHS3DPlugin/MG_Tetra_API.cxx +++ b/src/GHS3DPlugin/MG_Tetra_API.cxx @@ -563,10 +563,10 @@ namespace // functions called by MG library to exchange with the application // progress message (10%): "MGMESSAGE 1009001 0 1 1.000000e+01" data->_progress = atof( desc + 24 ); - _progressInCallBack = true; + data->_progressInCallBack = true; } - if ( !_progressInCallBack ) + if ( !data->_progressInCallBack ) { // Compute progress // corresponding messages are: