mailr7644 - /1.3/specific_fns/model_free/main.py


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

Header


Content

Posted by edward on October 12, 2008 - 13:04:
Author: bugman
Date: Sun Oct 12 13:04:07 2008
New Revision: 7644

URL: http://svn.gna.org/viewcvs/relax?rev=7644&view=rev
Log:
Removed the model_index arg from model_type().


Modified:
    1.3/specific_fns/model_free/main.py

Modified: 1.3/specific_fns/model_free/main.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/model_free/main.py?rev=7644&r1=7643&r2=7644&view=diff
==============================================================================
--- 1.3/specific_fns/model_free/main.py (original)
+++ 1.3/specific_fns/model_free/main.py Sun Oct 12 13:04:07 2008
@@ -1890,13 +1890,9 @@
         return k, n, chi2
 
 
-    def model_type(self, model_index):
+    def model_type(self):
         """Return the type of the model, either being 'local' or 'global'.
 
-        @param model_index: The model index.  This is zero for the global 
models or equal to the
-                            global spin index (which covers the molecule, 
residue, and spin
-                            indices).  This originates from the model_loop().
-        @type model_index:  int
         @return:            The model type, one of 'local' or 'global'.
         @rtype:             str
         """




Related Messages


Powered by MHonArc, Updated Sun Oct 12 13:20:02 2008