mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-12 11:07:27 +05:00
Padder : bug fix for RmaxRmin paramete
This commit is contained in:
parent
3ac75b1234
commit
2e100f2b36
@ -318,7 +318,7 @@ class InputDialog(GenericDialog):
|
|||||||
if dictInputParameters.has_key(PARAM_KEY_NBITER):
|
if dictInputParameters.has_key(PARAM_KEY_NBITER):
|
||||||
self.__ui.txtParamNbIter.setValue(dictInputParameters[PARAM_KEY_NBITER])
|
self.__ui.txtParamNbIter.setValue(dictInputParameters[PARAM_KEY_NBITER])
|
||||||
if dictInputParameters.has_key(PARAM_KEY_RMAXRMIN):
|
if dictInputParameters.has_key(PARAM_KEY_RMAXRMIN):
|
||||||
self.__ui.txtParamRminRmax.setValue(dictInputParameters[PARAM_KEY_RMAXRMIN])
|
self.__ui.txtParamRmaxRmin.setValue(dictInputParameters[PARAM_KEY_RMAXRMIN])
|
||||||
|
|
||||||
def getData(self):
|
def getData(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user