mailr9694 - /branches/bmrb/bmrblib/nmr_star_dict_v3_2.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on October 09, 2009 - 13:30:
Author: bugman
Date: Fri Oct  9 13:29:58 2009
New Revision: 9694

URL: http://svn.gna.org/viewcvs/relax?rev=9694&view=rev
Log:
Fix for the NMR_STAR_v3_2 class set up.

This should have been using Relaxation_v3_2.


Modified:
    branches/bmrb/bmrblib/nmr_star_dict_v3_2.py

Modified: branches/bmrb/bmrblib/nmr_star_dict_v3_2.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/bmrblib/nmr_star_dict_v3_2.py?rev=9694&r1=9693&r2=9694&view=diff
==============================================================================
--- branches/bmrb/bmrblib/nmr_star_dict_v3_2.py (original)
+++ branches/bmrb/bmrblib/nmr_star_dict_v3_2.py Fri Oct  9 13:29:58 2009
@@ -52,7 +52,7 @@
         self.chem_shift_anisotropy = 
ChemShiftAnisotropySaveframe_v3_1(self.data.datanodes)
 
         # Initialise the kinetic saveframe supergroup API.
-        self.relaxation = Relaxation_v3_1(self.data.datanodes)
+        self.relaxation = Relaxation_v3_2(self.data.datanodes)
 
         # Initialise the thermodynamics saveframe supergroup.
         self.order_parameters = 
OrderParameterSaveframe_v3_1(self.data.datanodes)




Related Messages


Powered by MHonArc, Updated Fri Oct 09 13:40:02 2009