mailr9663 - /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:48:
Author: bugman
Date: Thu Oct  8 17:48:49 2009
New Revision: 9663

URL: http://svn.gna.org/viewcvs/relax?rev=9663&view=rev
Log:
Split the Relaxation_v3_1 class into Relaxation_v3_2.

The general relaxation saveframe category is not in v3.1!


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=9663&r1=9662&r2=9663&view=diff
==============================================================================
--- branches/bmrb/bmrblib/kinetics/relaxation.py (original)
+++ branches/bmrb/bmrblib/kinetics/relaxation.py Thu Oct  8 17:48:49 2009
@@ -74,7 +74,14 @@
 
 
 class Relaxation_v3_1(Relaxation_v3_0):
-    """Class for the relaxation data part of the BMRB API (v3.1)."""
+    """Class for the relaxation data part of the BMRB API (v3.1).
+    
+    Currently this is the same as for v3.0.
+    """
+
+
+class Relaxation_v3_2(Relaxation_v3_0):
+    """Class for the relaxation data part of the BMRB API (v3.2)."""
 
     def __init__(self, datanodes):
         """Initialise the class, placing the pystarlib data nodes into the 
namespace.




Related Messages


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