mailr4676 - /1.3/specific_fns/model_free/model_free.py


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

Header


Content

Posted by edward on January 13, 2008 - 13:01:
Author: bugman
Date: Sun Jan 13 13:01:10 2008
New Revision: 4676

URL: http://svn.gna.org/viewcvs/relax?rev=4676&view=rev
Log:
Removed the Model_free_main.__init__() method and converted its docstring to 
that of the class.


Modified:
    1.3/specific_fns/model_free/model_free.py

Modified: 1.3/specific_fns/model_free/model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/model_free/model_free.py?rev=4676&r1=4675&r2=4676&view=diff
==============================================================================
--- 1.3/specific_fns/model_free/model_free.py (original)
+++ 1.3/specific_fns/model_free/model_free.py Sun Jan 13 13:01:10 2008
@@ -41,12 +41,7 @@
 
 
 class Model_free_main:
-    def __init__(self):
-        """Class containing functions specific to model-free analysis."""
-
-        # Class containing the Molmol specific functions.
-        self.molmol = Molmol()
-
+    """Class containing functions specific to model-free analysis."""
 
     def are_mf_params_set(self, index=None):
         """Function for testing if the model-free parameter values are 
set."""




Related Messages


Powered by MHonArc, Updated Sun Jan 13 17:40:11 2008