diff --git a/CEP/Calibration/BBSControl/scripts/solverdialog.py b/CEP/Calibration/BBSControl/scripts/solverdialog.py index 021e7d77eba3782f9959aaf9627fbd1301c0e75c..5586ecb205235249701097215719cb23110107ec 100755 --- a/CEP/Calibration/BBSControl/scripts/solverdialog.py +++ b/CEP/Calibration/BBSControl/scripts/solverdialog.py @@ -1269,11 +1269,10 @@ class SolverAppForm(QMainWindow): # Trigger handling of physical interpretation of parameters # - def on_physicalValue(self): + def on_physicalValues(self): print "on_physicalValue()" # DEBUG self.physicalValues=self.physicalValuesCheckBox.isChecked() - # Set class attribute when showIterationsCheckBox is clicked # and changes its state # @@ -1299,8 +1298,7 @@ class SolverAppForm(QMainWindow): print "solverDialog::on_xAxis()" # DEBUG self.xAxis=self.xAxisComboBox.currentText() - self.xLabel=self.xAxis - + self.xLabel=self.xAxis # Determine the table type PERSOLUTION, PERITERATION or # PERSOLUTION_CORRMATRIX or PERITERATION_CORRMATRIX