mailr7403 - /1.3/generic_fns/structure/api_base.py


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

Header


Content

Posted by edward on September 27, 2008 - 15:05:
Author: bugman
Date: Sat Sep 27 15:05:09 2008
New Revision: 7403

URL: http://svn.gna.org/viewcvs/relax?rev=7403&view=rev
Log:
Added the NMR model number to the collection of structural attributes stored 
as lists.


Modified:
    1.3/generic_fns/structure/api_base.py

Modified: 1.3/generic_fns/structure/api_base.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/structure/api_base.py?rev=7403&r1=7402&r2=7403&view=diff
==============================================================================
--- 1.3/generic_fns/structure/api_base.py (original)
+++ 1.3/generic_fns/structure/api_base.py Sat Sep 27 15:05:09 2008
@@ -55,6 +55,7 @@
         # Initialise the variables used to keep track of multiple structures.
         self.num = 0
         self.name = []
+        self.model = []
         self.file = []
         self.path = []
         self.structural_data = []




Related Messages


Powered by MHonArc, Updated Sat Sep 27 16:40:02 2008