mailr9948 - /1.3/specific_fns/api_base.py


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

Header


Content

Posted by edward on November 24, 2009 - 19:58:
Author: bugman
Date: Tue Nov 24 19:58:49 2009
New Revision: 9948

URL: http://svn.gna.org/viewcvs/relax?rev=9948&view=rev
Log:
Changes to the args for the base API data_init() method.


Modified:
    1.3/specific_fns/api_base.py

Modified: 1.3/specific_fns/api_base.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/api_base.py?rev=9948&r1=9947&r2=9948&view=diff
==============================================================================
--- 1.3/specific_fns/api_base.py (original)
+++ 1.3/specific_fns/api_base.py Tue Nov 24 19:58:49 2009
@@ -83,13 +83,15 @@
         raise RelaxImplementError
 
 
-    def data_init(self, spin):
-        """Dummy method for initialising the spin specific data structures.
+    def data_init(self, data_cont, sim=False):
+        """Dummy method for initialising data structures.
 
         This method does nothing!
 
-        @param spin:    The spin data container.
-        @type spin:     SpinContainer instance
+        @param data_cont:   The data container.
+        @type data_cont:    instance
+        @keyword sim:       The Monte Carlo simulation flag, which if true 
will initialise the simulation data structure.
+        @type sim:          bool
         """
 
 




Related Messages


Powered by MHonArc, Updated Tue Nov 24 20:00:02 2009