From: eap Date: Wed, 25 Sep 2013 08:16:55 +0000 (+0000) Subject: For PPGP: in GetAlgoState() remove INFOS( "None algorithm attached" ) since hyp X-Git-Tag: V7_3_0a1~142 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5cdebf6f365e0a101f55825efd8cf007e2a97647;p=modules%2Fsmesh.git For PPGP: in GetAlgoState() remove INFOS( "None algorithm attached" ) since hyp definition errors are reported now in both gui and tui modes --- diff --git a/src/SMESH/SMESH_Gen.cxx b/src/SMESH/SMESH_Gen.cxx index f5a0deab0..127f7cc2b 100644 --- a/src/SMESH/SMESH_Gen.cxx +++ b/src/SMESH/SMESH_Gen.cxx @@ -912,7 +912,6 @@ bool SMESH_Gen::GetAlgoState(SMESH_Mesh& theMesh, if ( !hasAlgo ) { ret = false; - INFOS( "None algorithm attached" ); theErrors.push_back( TAlgoStateError() ); theErrors.back().Set( SMESH_Hypothesis::HYP_MISSING, 1, true ); }