mailr9670 - /branches/bmrb/bmrblib/kinetics/relaxation.py


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

Header


Content

Posted by edward on October 08, 2009 - 18:51:
Author: bugman
Date: Thu Oct  8 18:51:35 2009
New Revision: 9670

URL: http://svn.gna.org/viewcvs/relax?rev=9670&view=rev
Log:
Fixes for the calls to the base class __init__() methods.


Modified:
    branches/bmrb/bmrblib/kinetics/relaxation.py

Modified: branches/bmrb/bmrblib/kinetics/relaxation.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/bmrblib/kinetics/relaxation.py?rev=9670&r1=9669&r2=9670&view=diff
==============================================================================
--- branches/bmrb/bmrblib/kinetics/relaxation.py (original)
+++ branches/bmrb/bmrblib/kinetics/relaxation.py Thu Oct  8 18:51:35 2009
@@ -64,7 +64,7 @@
         """
 
         # Execute the base class __init__() method.
-        Relaxation(self, datanodes)
+        Relaxation(datanodes)
 
         # Initialise the kinetic saveframe supergroups.
         self.__heteronucl_NOEs = 
HeteronuclNOESaveframe_v3_0(self.__datanodes)
@@ -84,7 +84,7 @@
         """
 
         # Execute the base class __init__() method.
-        Relaxation_v3_0(self, datanodes)
+        Relaxation_v3_0(datanodes)
 
         # Initialise the kinetic saveframe supergroups.
         self.__heteronucl_NOEs = 
HeteronuclNOESaveframe_v3_1(self.__datanodes)
@@ -133,7 +133,7 @@
         """
 
         # Execute the base class __init__() method.
-        Relaxation_v3_1(self, datanodes)
+        Relaxation_v3_1(datanodes)
 
         # Initialise the kinetic saveframe supergroups.
         self.__general_relaxation = 
GeneralRelaxationSaveframe(self.__datanodes)




Related Messages


Powered by MHonArc, Updated Thu Oct 08 19:00:02 2009