mailr9661 - /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:44:
Author: bugman
Date: Thu Oct  8 17:44:25 2009
New Revision: 9661

URL: http://svn.gna.org/viewcvs/relax?rev=9661&view=rev
Log:
Bug fix for the Relaxation_v3_1.__init__() method - incorrect variable name.


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=9661&r1=9660&r2=9661&view=diff
==============================================================================
--- branches/bmrb/bmrblib/kinetics/relaxation.py (original)
+++ branches/bmrb/bmrblib/kinetics/relaxation.py Thu Oct  8 17:44:25 2009
@@ -87,4 +87,4 @@
         self.__datanodes = datanodes
 
         # Initialise the kinetic saveframe supergroups.
-        self.__general_relaxation = 
GeneralRelaxationSaveframe(self.datanodes)
+        self.__general_relaxation = 
GeneralRelaxationSaveframe(self.__datanodes)




Related Messages


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