mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 10:10:33 +05:00
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:
parent
59e7d429a0
commit
5cdebf6f36
@ -912,7 +912,6 @@ bool SMESH_Gen::GetAlgoState(SMESH_Mesh& theMesh,
|
|||||||
|
|
||||||
if ( !hasAlgo ) {
|
if ( !hasAlgo ) {
|
||||||
ret = false;
|
ret = false;
|
||||||
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