mailr19325 - /branches/relax_disp/specific_analyses/relax_disp.py


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

Header


Content

Posted by edward on April 03, 2013 - 14:13:
Author: bugman
Date: Wed Apr  3 14:13:12 2013
New Revision: 19325

URL: http://svn.gna.org/viewcvs/relax?rev=19325&view=rev
Log:
Fix for the printout from the relax_disp.relax_time user function - the time 
is no longer divided by 1k.


Modified:
    branches/relax_disp/specific_analyses/relax_disp.py

Modified: branches/relax_disp/specific_analyses/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_analyses/relax_disp.py?rev=19325&r1=19324&r2=19325&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp.py Wed Apr  3 14:13:12 
2013
@@ -240,7 +240,7 @@
         cdp.relax_times[spectrum_id] = float(time)
 
         # Printout.
-        print("Setting the '%s' spectrum relaxation time period to %s s." % 
(spectrum_id, cdp.relax_times[spectrum_id]/1000.0))
+        print("Setting the '%s' spectrum relaxation time period to %s s." % 
(spectrum_id, cdp.relax_times[spectrum_id]))
 
 
     def _select_model(self, model='fast 2-site'):




Related Messages


Powered by MHonArc, Updated Wed Apr 03 14:40:02 2013