mailr6974 - /branches/rdc_analysis/specific_fns/base_class.py


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

Header


Content

Posted by edward on July 25, 2008 - 13:19:
Author: bugman
Date: Fri Jul 25 13:19:18 2008
New Revision: 6974

URL: http://svn.gna.org/viewcvs/relax?rev=6974&view=rev
Log:
Added a dummy data_init() method to the Common_functions base class.


Modified:
    branches/rdc_analysis/specific_fns/base_class.py

Modified: branches/rdc_analysis/specific_fns/base_class.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/specific_fns/base_class.py?rev=6974&r1=6973&r2=6974&view=diff
==============================================================================
--- branches/rdc_analysis/specific_fns/base_class.py (original)
+++ branches/rdc_analysis/specific_fns/base_class.py Fri Jul 25 13:19:18 2008
@@ -32,6 +32,14 @@
 
 class Common_functions:
     """Base class containing simple methods used by some a number of the 
specific analysis types."""
+
+    def data_init(self, spin):
+        """Dummy method for initialising the spin specific data structures.
+
+        @param spin:    The spin data container.
+        @type spin:     SpinContainer instance
+        """
+
 
     def has_errors(self):
         """Function for testing if errors exist for the run.




Related Messages


Powered by MHonArc, Updated Fri Jul 25 13:40:14 2008