mailr9662 - /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 - 17:46:
Author: bugman
Date: Thu Oct  8 17:46:22 2009
New Revision: 9662

URL: http://svn.gna.org/viewcvs/relax?rev=9662&view=rev
Log:
More variable name bug fixes.


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=9662&r1=9661&r2=9662&view=diff
==============================================================================
--- branches/bmrb/bmrblib/kinetics/relaxation.py (original)
+++ branches/bmrb/bmrblib/kinetics/relaxation.py Thu Oct  8 17:46:22 2009
@@ -48,9 +48,9 @@
         self.__datanodes = datanodes
 
         # Initialise the kinetic saveframe supergroups.
-        self.__heteronucl_NOEs = HeteronuclNOESaveframe(self.datanodes)
-        self.__heteronucl_T1_relaxation = 
HeteronuclT1Saveframe(self.datanodes)
-        self.__heteronucl_T2_relaxation = 
HeteronuclT2Saveframe(self.datanodes)
+        self.__heteronucl_NOEs = HeteronuclNOESaveframe(self.__datanodes)
+        self.__heteronucl_T1_relaxation = 
HeteronuclT1Saveframe(self.__datanodes)
+        self.__heteronucl_T2_relaxation = 
HeteronuclT2Saveframe(self.__datanodes)
 
 
 class Relaxation_v3_0(Relaxation):
@@ -67,9 +67,9 @@
         self.__datanodes = datanodes
 
         # Initialise the kinetic saveframe supergroups.
-        self.__heteronucl_NOEs = HeteronuclNOESaveframe_v3_0(self.datanodes)
-        self.__heteronucl_T1_relaxation = 
HeteronuclT1Saveframe_v3_0(self.datanodes)
-        self.__heteronucl_T2_relaxation = 
HeteronuclT2Saveframe_v3_0(self.datanodes)
+        self.__heteronucl_NOEs = 
HeteronuclNOESaveframe_v3_0(self.__datanodes)
+        self.__heteronucl_T1_relaxation = 
HeteronuclT1Saveframe_v3_0(self.__datanodes)
+        self.__heteronucl_T2_relaxation = 
HeteronuclT2Saveframe_v3_0(self.__datanodes)
 
 
 




Related Messages


Powered by MHonArc, Updated Thu Oct 08 18:00:03 2009