mailr6427 - /1.3/data/diff_tensor.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:05:
Author: bugman
Date: Sun Jun 22 18:41:44 2008
New Revision: 6427

URL: http://svn.gna.org/viewcvs/relax?rev=6427&view=rev
Log:
Blacklisted the diffusion tensor 'type' variable.


Modified:
    1.3/data/diff_tensor.py

Modified: 1.3/data/diff_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/data/diff_tensor.py?rev=6427&r1=6426&r2=6427&view=diff
==============================================================================
--- 1.3/data/diff_tensor.py (original)
+++ 1.3/data/diff_tensor.py Sun Jun 22 18:41:44 2008
@@ -844,7 +844,7 @@
         tensor_element.setAttribute('type', self.type)
 
         # Add all simple python objects within the PipeContainer to the pipe 
element.
-        fill_object_contents(doc, tensor_element, object=self, 
blacklist=self.__class__.__dict__.keys())
+        fill_object_contents(doc, tensor_element, object=self, 
blacklist=['type'] + self.__class__.__dict__.keys())
 
 
 




Related Messages


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