Salome HOME
For PPGP: in GetAlgoState() remove INFOS( "None algorithm attached" ) since hyp
authoreap <eap@opencascade.com>
Wed, 25 Sep 2013 08:16:55 +0000 (08:16 +0000)
committereap <eap@opencascade.com>
Wed, 25 Sep 2013 08:16:55 +0000 (08:16 +0000)
definition errors are reported now in both gui and tui modes

src/SMESH/SMESH_Gen.cxx

index f5a0deab031cebd7478409d2bbc22cd1580c5ee5..127f7cc2bbcda550428d653a7adfe7aaf0e01f83 100644 (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 );
   }