mailr21085 - /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 October 14, 2013 - 09:54:
Author: bugman
Date: Mon Oct 14 09:54:09 2013
New Revision: 21085

URL: http://svn.gna.org/viewcvs/relax?rev=21085&view=rev
Log:
Fix for a bug in the specific_analyses.relax_disp.disp_data.loop_point() 
function introduced at r21060.


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=21085&r1=21084&r2=21085&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp/disp_data.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp/disp_data.py Mon Oct 14 
09:54:09 2013
@@ -659,7 +659,7 @@
         raise RelaxError("The experiment type must be supplied.")
     elif exp_type in [EXP_TYPE_CPMG, EXP_TYPE_MQ_CPMG]:
         fields = cdp.cpmg_frqs_list
-    elif exp_type == [EXP_TYPE_R1RHO, EXP_TYPE_MQ_R1RHO]:
+    elif exp_type in [EXP_TYPE_R1RHO, EXP_TYPE_MQ_R1RHO]:
         fields = cdp.spin_lock_nu1_list
     else:
         raise RelaxError("The experiment type '%s' is unknown." % exp_type)




Related Messages


Powered by MHonArc, Updated Mon Oct 14 10:20:02 2013