mailr21506 - /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 18, 2013 - 21:28:
Author: bugman
Date: Mon Nov 18 21:28:40 2013
New Revision: 21506

URL: http://svn.gna.org/viewcvs/relax?rev=21506&view=rev
Log:
Fix for the specific_analyses.relax_disp.disp_data.num_exp_types() function.

This needed updating after the change in the relaxation dispersion experiment 
type variables.


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=21506&r1=21505&r2=21506&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp/disp_data.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp/disp_data.py Mon Nov 18 
21:28:40 2013
@@ -928,14 +928,8 @@
     @rtype:     int
     """
 
-    # Start the count.
+    # The count.
     count = len(cdp.exp_type_list)
-
-    # The 1H experiment types for MMQ data.
-    if has_proton_sq_cpmg():
-        count += 1
-    if has_proton_mq_cpmg():
-        count += 1
 
     # Return the count.
     return count




Related Messages


Powered by MHonArc, Updated Mon Nov 18 22:20:02 2013