mailr4278 - /1.3/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 January 03, 2008 - 17:19:
Author: bugman
Date: Thu Jan  3 17:19:57 2008
New Revision: 4278

URL: http://svn.gna.org/viewcvs/relax?rev=4278&view=rev
Log:
Updated the set_update() dummy method of the Common_functions base class to 
the new relax design.


Modified:
    1.3/specific_fns/base_class.py

Modified: 1.3/specific_fns/base_class.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/base_class.py?rev=4278&r1=4277&r2=4278&view=diff
==============================================================================
--- 1.3/specific_fns/base_class.py (original)
+++ 1.3/specific_fns/base_class.py Thu Jan  3 17:19:57 2008
@@ -236,7 +236,7 @@
             inc = inc + 1
 
 
-    def set_update(self, run, param, index):
+    def set_update(self, param, spin):
         """Dummy function to do nothing!"""
 
         return




Related Messages


Powered by MHonArc, Updated Thu Jan 03 17:40:16 2008