Exclude "None algorithm attached" message on GetAlgoState method call

This commit is contained in:
vsv 2013-09-25 08:19:45 +00:00
parent cf05bd5dd1
commit 05d3f07bf1

View File

@ -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 );
}