mailr9537 - /1.3/data/align_tensor.py


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

Header


Content

Posted by edward on September 18, 2009 - 18:47:
Author: bugman
Date: Fri Sep 18 18:47:49 2009
New Revision: 9537

URL: http://svn.gna.org/viewcvs/relax?rev=9537&view=rev
Log:
The data structures of the AlignTensorList class are now packed into the XML 
file.


Modified:
    1.3/data/align_tensor.py

Modified: 1.3/data/align_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/data/align_tensor.py?rev=9537&r1=9536&r2=9537&view=diff
==============================================================================
--- 1.3/data/align_tensor.py (original)
+++ 1.3/data/align_tensor.py Fri Sep 18 18:47:49 2009
@@ -657,6 +657,9 @@
         # Set the alignment tensor attributes.
         tensor_list_element.setAttribute('desc', 'Alignment tensor list')
 
+        # Add all simple python objects within the PipeContainer to the pipe 
element.
+        fill_object_contents(doc, tensor_list_element, object=self, 
blacklist=list(self.__class__.__dict__.keys() + list.__dict__.keys()))
+
         # Loop over the tensors.
         for i in xrange(len(self)):
             # Create an XML element for a single tensor.




Related Messages


Powered by MHonArc, Updated Fri Sep 18 19:20:03 2009