mailr21556 - /branches/relax_disp/specific_analyses/relax_disp/disp_data.py


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

Header


Content

Posted by edward on November 20, 2013 - 19:12:
Author: bugman
Date: Wed Nov 20 19:12:53 2013
New Revision: 21556

URL: http://svn.gna.org/viewcvs/relax?rev=21556&view=rev
Log:
A small bug fix for the last commit (r21555).


Modified:
    branches/relax_disp/specific_analyses/relax_disp/disp_data.py

Modified: branches/relax_disp/specific_analyses/relax_disp/disp_data.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_analyses/relax_disp/disp_data.py?rev=21556&r1=21555&r2=21556&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp/disp_data.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp/disp_data.py Wed Nov 20 
19:12:53 2013
@@ -2526,7 +2526,7 @@
                 r2eff_err = "%.15f" % current_spin.r2eff_err[key]
 
             # Write out the data.
-            frq_text = "%.9f" % frq/1e6
+            frq_text = "%.9f" % (frq/1e6)
             point_text = "%.6f" % point
             file.write(format % (repr(exp_type), frq_text, point_text, 
r2eff, r2eff_bc, r2eff_err))
 




Related Messages


Powered by MHonArc, Updated Wed Nov 20 19:20:01 2013