mailr9671 - /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:52:
Author: bugman
Date: Thu Oct  8 18:52:36 2009
New Revision: 9671

URL: http://svn.gna.org/viewcvs/relax?rev=9671&view=rev
Log:
Removed the initialisation of the non-existent v3.0 relaxation saveframes.


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=9671&r1=9670&r2=9671&view=diff
==============================================================================
--- branches/bmrb/bmrblib/kinetics/relaxation.py (original)
+++ branches/bmrb/bmrblib/kinetics/relaxation.py Thu Oct  8 18:52:36 2009
@@ -65,12 +65,6 @@
 
         # Execute the base class __init__() method.
         Relaxation(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)
-
 
 
 class Relaxation_v3_1(Relaxation_v3_0):




Related Messages


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