mailr6841 - /branches/rdc_analysis/specific_fns/n_state_model.py


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

Header


Content

Posted by edward on July 08, 2008 - 21:02:
Author: bugman
Date: Tue Jul  8 21:02:19 2008
New Revision: 6841

URL: http://svn.gna.org/viewcvs/relax?rev=6841&view=rev
Log:
Fix for the return_data_name() method when no match occurs and the index flag 
is True.


Modified:
    branches/rdc_analysis/specific_fns/n_state_model.py

Modified: branches/rdc_analysis/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/specific_fns/n_state_model.py?rev=6841&r1=6840&r2=6841&view=diff
==============================================================================
--- branches/rdc_analysis/specific_fns/n_state_model.py (original)
+++ branches/rdc_analysis/specific_fns/n_state_model.py Tue Jul  8 21:02:19 
2008
@@ -798,6 +798,13 @@
                 return 'gamma'
 
 
+        # Return nothing.
+        if index:
+            return None, None
+        else:
+            return None
+
+
     def set_doc(self):
         """
         N-state model set details




Related Messages


Powered by MHonArc, Updated Tue Jul 08 21:20:23 2008