mailr7343 - /1.3/data/pipe_container.py


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

Header


Content

Posted by edward on September 26, 2008 - 16:19:
Author: bugman
Date: Fri Sep 26 16:19:21 2008
New Revision: 7343

URL: http://svn.gna.org/viewcvs/relax?rev=7343&view=rev
Log:
Shifted the structural data to the end of the XML results file.

This is in preparation for dumping all the structural info into the file.


Modified:
    1.3/data/pipe_container.py

Modified: 1.3/data/pipe_container.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/data/pipe_container.py?rev=7343&r1=7342&r2=7343&view=diff
==============================================================================
--- 1.3/data/pipe_container.py (original)
+++ 1.3/data/pipe_container.py Fri Sep 26 16:19:21 2008
@@ -206,12 +206,12 @@
         if hasattr(self, 'align_tensors'):
             self.align_tensors.to_xml(doc, element)
 
+        # Add the molecule-residue-spin data.
+        self.mol.to_xml(doc, element)
+
         # Add the structural data, if it exists.
         if hasattr(self, 'structure'):
             self.structure.to_xml(doc, element)
-
-        # Add the molecule-residue-spin data.
-        self.mol.to_xml(doc, element)
 
 
     def xml_create_hybrid_element(self, doc, element):




Related Messages


Powered by MHonArc, Updated Fri Sep 26 17:00:02 2008