##// END OF EJS Templates
Correccion de Error Coherent Integration
Alexander Valdez -
r387:0cb6968c45ab
parent child
Show More
@@ -483,7 +483,7 class BasicWindow(QMainWindow,Ui_BasicWindow):
483 opObj10=self.upObj.addOperation(name='CohInt', optype='other')
483 opObj10=self.upObj.addOperation(name='CohInt', optype='other')
484 self.operObjList.append(opObj10)
484 self.operObjList.append(opObj10)
485 value=self.volOpCohInt.text()
485 value=self.volOpCohInt.text()
486 opObj10.addParameter(name='n', value=value, format='int')
486 opObj10.addParameter(name='n', value=value, format='float')
487 #self.tabopVoltage.setEnabled(False)
487 #self.tabopVoltage.setEnabled(False)
488 self.console.clear()
488 self.console.clear()
489 self.console.append("If you want to save your project")
489 self.console.append("If you want to save your project")
General Comments 0
You need to be logged in to leave comments. Login now