mailr9664 - /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:49:
Author: bugman
Date: Thu Oct  8 17:49:31 2009
New Revision: 9664

URL: http://svn.gna.org/viewcvs/relax?rev=9664&view=rev
Log:
Fixed the inheritance of Relaxation_v3_2.


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=9664&r1=9663&r2=9664&view=diff
==============================================================================
--- branches/bmrb/bmrblib/kinetics/relaxation.py (original)
+++ branches/bmrb/bmrblib/kinetics/relaxation.py Thu Oct  8 17:49:31 2009
@@ -80,7 +80,7 @@
     """
 
 
-class Relaxation_v3_2(Relaxation_v3_0):
+class Relaxation_v3_2(Relaxation_v3_1):
     """Class for the relaxation data part of the BMRB API (v3.2)."""
 
     def __init__(self, datanodes):




Related Messages


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