mailr10580 - /branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py


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

Header


Content

Posted by edward on January 29, 2010 - 11:50:
Author: bugman
Date: Fri Jan 29 11:50:40 2010
New Revision: 10580

URL: http://svn.gna.org/viewcvs/relax?rev=10580&view=rev
Log:
Fix for sync_ds().

The relaxation times were not converted to proper strings.


Modified:
    branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py

Modified: branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py?rev=10580&r1=10579&r2=10580&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py (original)
+++ branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py Fri Jan 29 11:50:40 
2010
@@ -643,7 +643,7 @@
         if upload:
             for i in range(self.peak_list_count):
                 # Set the relaxation time.
-                self.data.relax_times[i] = self.field_rx_time[i].GetValue()
+                self.data.relax_times[i] = 
str(self.field_rx_time[i].GetValue())
         else:
             for i in range(self.peak_list_count):
                 # The file name.




Related Messages


Powered by MHonArc, Updated Fri Jan 29 12:00:02 2010