mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +05:00
debug
This commit is contained in:
parent
c52ecc7d0e
commit
8bd7e4737d
@ -88,10 +88,11 @@ bool StdMeshersGUI_NbSegmentsCreator::checkParams( QString& msg, QStringList& ab
|
||||
NbSegmentsHypothesisData data_old, data_new;
|
||||
readParamsFromHypo( data_old );
|
||||
readParamsFromWidgets( data_new );
|
||||
bool res = storeParamsToHypo( data_new );
|
||||
storeParamsToHypo( data_old );
|
||||
bool res = true;
|
||||
res = myNbSeg->isValid( msg, absentParams, true ) && res;
|
||||
res = myScale->isValid( msg, absentParams, true ) && res;
|
||||
res = res && storeParamsToHypo( data_new );
|
||||
res = res && storeParamsToHypo( data_old );
|
||||
return res;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user