From 0cb6968c45ab97813a10d03b572b81243a967368 2013-03-20 20:12:01 From: Alexander Valdez Date: 2013-03-20 20:12:01 Subject: [PATCH] Correccion de Error Coherent Integration --- diff --git a/schainpy/gui/viewcontroller/basicwindow.py b/schainpy/gui/viewcontroller/basicwindow.py index 35ccf1b..177c1c6 100644 --- a/schainpy/gui/viewcontroller/basicwindow.py +++ b/schainpy/gui/viewcontroller/basicwindow.py @@ -483,7 +483,7 @@ class BasicWindow(QMainWindow,Ui_BasicWindow): opObj10=self.upObj.addOperation(name='CohInt', optype='other') self.operObjList.append(opObj10) value=self.volOpCohInt.text() - opObj10.addParameter(name='n', value=value, format='int') + opObj10.addParameter(name='n', value=value, format='float') #self.tabopVoltage.setEnabled(False) self.console.clear() self.console.append("If you want to save your project")