mailr4904 - /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 February 04, 2008 - 15:04:
Author: bugman
Date: Mon Feb  4 15:04:19 2008
New Revision: 4904

URL: http://svn.gna.org/viewcvs/relax?rev=4904&view=rev
Log:
Changed the 3D structure data structure from a SpecificData class to the 
Element class.


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=4904&r1=4903&r2=4904&view=diff
==============================================================================
--- 1.3/data/pipe_container.py (original)
+++ 1.3/data/pipe_container.py Mon Feb  4 15:04:19 2008
@@ -24,7 +24,7 @@
 from re import match
 
 # relax module imports.
-from data_classes import SpecificData
+from data_classes import Element
 from diff_tensor import DiffTensorData
 from mol_res_spin import MoleculeList
 from prototype import Prototype
@@ -38,7 +38,7 @@
         """Set up all the PipeContainer data structures."""
 
         # Molecular structure data.
-        self.structure = SpecificData()
+        self.structure = Element()
 
         # The molecule-residue-spin object.
         self.mol = MoleculeList()




Related Messages


Powered by MHonArc, Updated Mon Feb 04 15:20:20 2008