mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 18:20:34 +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 ) {
|
if ( !hasAlgo ) {
|
||||||
ret = false;
|
ret = false;
|
||||||
INFOS( "None algorithm attached" );
|
//INFOS( "None algorithm attached" );
|
||||||
theErrors.push_back( TAlgoStateError() );
|
theErrors.push_back( TAlgoStateError() );
|
||||||
theErrors.back().Set( SMESH_Hypothesis::HYP_MISSING, 1, true );
|
theErrors.back().Set( SMESH_Hypothesis::HYP_MISSING, 1, true );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user