mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 01:10:35 +05:00
Exclude "None algorithm attached" message on GetAlgoState method call
This commit is contained in:
parent
cf05bd5dd1
commit
05d3f07bf1
@ -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 );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user