mailr6396 - /1.3/generic_fns/xml_data_pipe.py


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

Header


Content

Posted by edward on June 22, 2008 - 15:54:
Author: bugman
Date: Sun Jun 22 15:35:42 2008
New Revision: 6396

URL: http://svn.gna.org/viewcvs/relax?rev=6396&view=rev
Log:
Added the 'hybrid_pipes' object to the XML document as this will eventually 
only be a list of str.


Modified:
    1.3/generic_fns/xml_data_pipe.py

Modified: 1.3/generic_fns/xml_data_pipe.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/xml_data_pipe.py?rev=6396&r1=6395&r2=6396&view=diff
==============================================================================
--- 1.3/generic_fns/xml_data_pipe.py (original)
+++ 1.3/generic_fns/xml_data_pipe.py Sun Jun 22 15:35:42 2008
@@ -159,7 +159,7 @@
     pipe_elem = create_pipe_elem(xmldoc, top_elem)
 
     # Add all simple python objects within the PipeContainer to the pipe 
element.
-    fill_object_contents(xmldoc, pipe_elem, object=ds[ds.current_pipe], 
blacklist=['diff_tensor', 'hybrid_pipes', 'is_empty', 'mol', 'pipe_type', 
'structure'])
+    fill_object_contents(xmldoc, pipe_elem, object=ds[ds.current_pipe], 
blacklist=['diff_tensor', 'is_empty', 'mol', 'pipe_type', 'structure'])
 
     # Add the diffusion tensor data.
     create_diff_elem(xmldoc, pipe_elem)




Related Messages


Powered by MHonArc, Updated Sun Jun 22 16:00:20 2008