mailr4027 - /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 November 26, 2007 - 15:54:
Author: bugman
Date: Mon Nov 26 15:54:23 2007
New Revision: 4027

URL: http://svn.gna.org/viewcvs/relax?rev=4027&view=rev
Log:
Removed the empty diff_tensor structure from the PipeContainer.

This will be added after its initialisation.


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=4027&r1=4026&r2=4027&view=diff
==============================================================================
--- 1.3/data/pipe_container.py (original)
+++ 1.3/data/pipe_container.py Mon Nov 26 15:54:23 2007
@@ -39,9 +39,6 @@
 
         # Molecular structure data.
         self.structure = SpecificData()
-
-        # Diffusion data.
-        self.diff_tensor = DiffTensorData()
 
         # The molecule-residue-spin object.
         self.mol = MoleculeList()




Related Messages


Powered by MHonArc, Updated Mon Nov 26 16:00:30 2007