mailr22472 - /trunk/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 tlinnet on March 12, 2014 - 21:25:
Author: tlinnet
Date: Wed Mar 12 21:25:20 2014
New Revision: 22472

URL: http://svn.gna.org/viewcvs/relax?rev=22472&view=rev
Log:
Fix for return of None tuble in calc_rotating_frame_params().

Regarding sr #3124, (https://gna.org/support/index.php?3124) - Grace graphs 
production for R1rho analysis with R2_eff as function of Omega_eff.

Modified:
    trunk/specific_analyses/relax_disp/disp_data.py

Modified: trunk/specific_analyses/relax_disp/disp_data.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/specific_analyses/relax_disp/disp_data.py?rev=22472&r1=22471&r2=22472&view=diff
==============================================================================
--- trunk/specific_analyses/relax_disp/disp_data.py     (original)
+++ trunk/specific_analyses/relax_disp/disp_data.py     Wed Mar 12 21:25:20 
2014
@@ -181,7 +181,7 @@
 
     # If the spin is not selected, return None
     if not spin.select:
-        return [None, None, None, None]
+        return None, None, None, None
 
     # Get the field count
     field_count = count_frq()




Related Messages


Powered by MHonArc, Updated Wed Mar 12 21:40:03 2014