##// 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 483 opObj10=self.upObj.addOperation(name='CohInt', optype='other')
484 484 self.operObjList.append(opObj10)
485 485 value=self.volOpCohInt.text()
486 opObj10.addParameter(name='n', value=value, format='int')
486 opObj10.addParameter(name='n', value=value, format='float')
487 487 #self.tabopVoltage.setEnabled(False)
488 488 self.console.clear()
489 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