From: eap Date: Tue, 20 Oct 2020 14:20:22 +0000 (+0300) Subject: bos #20233 EDF 22209 - Pb with MG-Tetra HPC X-Git-Tag: V9_6_0rc1^0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FV9_6_BR;p=plugins%2Fghs3dprlplugin.git bos #20233 EDF 22209 - Pb with MG-Tetra HPC --- diff --git a/src/GHS3DPRLPlugin/GHS3DPRLPlugin_GHS3DPRL.cxx b/src/GHS3DPRLPlugin/GHS3DPRLPlugin_GHS3DPRL.cxx index a0b8b96..2705370 100644 --- a/src/GHS3DPRLPlugin/GHS3DPRLPlugin_GHS3DPRL.cxx +++ b/src/GHS3DPRLPlugin/GHS3DPRLPlugin_GHS3DPRL.cxx @@ -385,12 +385,12 @@ bool GHS3DPRLPlugin_GHS3DPRL::Compute(SMESH_Mesh& theMesh, // read a result, GHS3DPRL_Out is the name of master file (previous xml format) FILE * aResultFile = fopen( GHS3DPRL_Outxml.ToCString(), "r" ); if (aResultFile){ - Ok = false; //but it is not a problem but if true my message is overwritten + Ok = true; fclose(aResultFile); cout<<"GHS3DPRL OK output master file "<