From 9081902eb25b56dda74e3494a8a129490ff32b47 Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 20 Oct 2020 17:20:22 +0300 Subject: [PATCH] bos #20233 EDF 22209 - Pb with MG-Tetra HPC --- src/GHS3DPRLPlugin/GHS3DPRLPlugin_GHS3DPRL.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 "<