mailr12699 - /branches/relax_data/data/exp_info.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on March 02, 2011 - 11:18:
Author: bugman
Date: Wed Mar  2 11:18:19 2011
New Revision: 12699

URL: http://svn.gna.org/viewcvs/relax?rev=12699&view=rev
Log:
Simple fixes for some of the methods.


Modified:
    branches/relax_data/data/exp_info.py

Modified: branches/relax_data/data/exp_info.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_data/data/exp_info.py?rev=12699&r1=12698&r2=12699&view=diff
==============================================================================
--- branches/relax_data/data/exp_info.py (original)
+++ branches/relax_data/data/exp_info.py Wed Mar  2 11:18:19 2011
@@ -197,7 +197,6 @@
 
         # Initialise the container if needed.
         if not hasattr(self, "peak_intensity_type"):
-            # The list.
             self.peak_intensity_type = {}
 
         # Find if the type has already been set.
@@ -341,7 +340,6 @@
 
         # Initialise the container if needed.
         if not hasattr(self, "temp_calibration"):
-            # The list.
             self.temp_calibration = {}
 
         # Find if the method has already been set.
@@ -349,7 +347,7 @@
             raise RelaxError("The temperature calibration method for the 
'%s' relaxation data ID string has already been set.")
 
         # Set the method.
-        self.temp_calibration[ri_id] = temp_calibration
+        self.temp_calibration[ri_id] = method
 
 
     def temp_control_setup(self, ri_id, method):




Related Messages


Powered by MHonArc, Updated Wed Mar 02 11:40:01 2011