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': _______________________________________________ relax (http://nmr-relax.com) This is the relax-commits mailing list relax-commits@gna.org To unsubscribe from this list, get a password reminder, or change your subscription options, visit the list information page at https://mail.gna.org/listinfo/relax-commits