mailr3134 - /1.3/data/mol_res_spin.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on March 09, 2007 - 09:12:
Author: bugman
Date: Fri Mar  9 09:11:56 2007
New Revision: 3134

URL: http://svn.gna.org/viewcvs/relax?rev=3134&view=rev
Log:
Added the variable name = None to the MoleculeContainer class namespace.

This variable is the name of the molecule, which if specified should 
correspond to a molecule or
chain identifier in the 3D structure file.


Modified:
    1.3/data/mol_res_spin.py

Modified: 1.3/data/mol_res_spin.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/data/mol_res_spin.py?rev=3134&r1=3133&r2=3134&view=diff
==============================================================================
--- 1.3/data/mol_res_spin.py (original)
+++ 1.3/data/mol_res_spin.py Fri Mar  9 09:11:56 2007
@@ -53,6 +53,9 @@
 
 class MoleculeContainer:
     """Class containing all the molecule specific data."""
+
+    # The name of the molecule, corresponding to that of the structure file 
if specified.
+    name = None
 
 
     def __repr__(self):




Related Messages


Powered by MHonArc, Updated Fri Mar 09 09:20:05 2007