mailr6435 - /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 June 22, 2008 - 19:15:
Author: bugman
Date: Sun Jun 22 19:15:34 2008
New Revision: 6435

URL: http://svn.gna.org/viewcvs/relax?rev=6435&view=rev
Log:
Bug fix for the xml_create_pipe_element() method.


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=6435&r1=6434&r2=6435&view=diff
==============================================================================
--- 1.3/data/pipe_container.py (original)
+++ 1.3/data/pipe_container.py Sun Jun 22 19:15:34 2008
@@ -176,7 +176,7 @@
 
         # Add the diffusion tensor data.
         if hasattr(self, 'diff_tensor'):
-            self.diff_tensor.xml_create_diff_element(doc, element)
+            self.diff_tensor.xml_create_element(doc, element)
 
         # Add the alignment tensor data.
         if hasattr(self, 'align_tensors'):




Related Messages


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