For PPGP: in GetAlgoState() remove INFOS( "None algorithm attached" ) since hyp

definition errors are reported now in both gui and tui modes
This commit is contained in:
eap 2013-09-25 08:16:55 +00:00
parent 59e7d429a0
commit 5cdebf6f36

View File

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