mailr3938 - /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 25, 2007 - 19:09:
Author: bugman
Date: Sun Nov 25 19:09:28 2007
New Revision: 3938

URL: http://svn.gna.org/viewcvs/relax?rev=3938&view=rev
Log:
Renamed the pipe container object 'diff' to 'diff_tensor'.


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=3938&r1=3937&r2=3938&view=diff
==============================================================================
--- 1.3/data/pipe_container.py (original)
+++ 1.3/data/pipe_container.py Sun Nov 25 19:09:28 2007
@@ -41,7 +41,7 @@
         self.structure = SpecificData()
 
         # Diffusion data.
-        self.diff = DiffTensorData()
+        self.diff_tensor = DiffTensorData()
 
         # The molecule-residue-spin object.
         self.mol = MoleculeList()
@@ -72,7 +72,7 @@
         text = "The data pipe storage object.\n"
 
         # Special objects/methods (to avoid the getattr() function call on).
-        spec_obj = ['mol', 'diff', 'structure']
+        spec_obj = ['mol', 'diff_tensor', 'structure']
 
         # Objects.
         text = text + "\n"
@@ -83,8 +83,8 @@
                 text = text + "  mol: The molecule list (for the storage of 
the spin system specific data)\n"
 
             # Diffusion tensor.
-            if name == 'diff':
-                text = text + "  diff: The Brownian rotational diffusion 
tensor data object\n"
+            if name == 'diff_tensor':
+                text = text + "  diff_tensor: The Brownian rotational 
diffusion tensor data object\n"
 
             # Molecular structure.
             if name == 'structure':




Related Messages


Powered by MHonArc, Updated Sun Nov 25 19:40:08 2007