From 6079495f37a31b03deda54f29291e63d54565ccd Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 23 Oct 2020 12:35:22 +0300 Subject: [PATCH] IPAL54703: TC-9.6.0: GHS3DPLUGIN does not compile if option SALOME_USE_MG_LIBS is set to ON --- src/GHS3DPlugin/MG_Tetra_API.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.39.2