mailr9804 - /branches/bmrb/bmrblib/kinetics/general_relaxation.py


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

Header


Content

Posted by edward on October 27, 2009 - 15:56:
Author: bugman
Date: Tue Oct 27 15:56:39 2009
New Revision: 9804

URL: http://svn.gna.org/viewcvs/relax?rev=9804&view=rev
Log:
An entity IDs fix for the general relaxation saveframe reading.


Modified:
    branches/bmrb/bmrblib/kinetics/general_relaxation.py

Modified: branches/bmrb/bmrblib/kinetics/general_relaxation.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/bmrblib/kinetics/general_relaxation.py?rev=9804&r1=9803&r2=9804&view=diff
==============================================================================
--- branches/bmrb/bmrblib/kinetics/general_relaxation.py (original)
+++ branches/bmrb/bmrblib/kinetics/general_relaxation.py Tue Oct 27 15:56:39 
2009
@@ -213,10 +213,10 @@
             data_type, frq = 
self.GeneralRelaxationlist.read(datanode.tagtables[0])
 
             # Get the Rx info.
-            res_nums, res_names, atom_names, values, errors = 
self.GeneralRelaxation.read(datanode.tagtables[1])
+            entity_ids, res_nums, res_names, atom_names, values, errors = 
self.GeneralRelaxation.read(datanode.tagtables[1])
 
             # Yield the data.
-            yield data_type, frq, res_nums, res_names, atom_names, values, 
errors
+            yield data_type, frq, entity_ids, res_nums, res_names, 
atom_names, values, errors
 
 
 




Related Messages


Powered by MHonArc, Updated Tue Oct 27 16:00:02 2009