From 15caaec92f46079b19c57cac320e86af019cf529 Mon Sep 17 00:00:00 2001
From: Sven Duscha <duscha@astron.nl>
Date: Mon, 31 Oct 2011 22:07:14 +0000
Subject: [PATCH] task #2699 fixed bugs in solverdialog.py that prevented run;
 basic functionality restored

---
 CEP/Calibration/BBSControl/scripts/solverdialog.py | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/CEP/Calibration/BBSControl/scripts/solverdialog.py b/CEP/Calibration/BBSControl/scripts/solverdialog.py
index 021e7d77eba..5586ecb2052 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
-- 
GitLab