From: vsv Date: Wed, 25 Sep 2013 08:19:45 +0000 (+0000) Subject: Exclude "None algorithm attached" message on GetAlgoState method call X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=05d3f07bf1747005d70b7a3b1a2864c16759b143 Exclude "None algorithm attached" message on GetAlgoState method call --- diff --git a/src/SMESH/SMESH_Gen.cxx b/src/SMESH/SMESH_Gen.cxx index 94011095b..6f11fe862 100644 --- a/src/SMESH/SMESH_Gen.cxx +++ b/src/SMESH/SMESH_Gen.cxx @@ -881,7 +881,7 @@ bool SMESH_Gen::GetAlgoState(SMESH_Mesh& theMesh, if ( !hasAlgo ) { ret = false; - INFOS( "None algorithm attached" ); + //INFOS( "None algorithm attached" ); theErrors.push_back( TAlgoStateError() ); theErrors.back().Set( SMESH_Hypothesis::HYP_MISSING, 1, true ); }