mailr8520 - /branches/multi_structure/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 January 19, 2009 - 13:32:
Author: bugman
Date: Mon Jan 19 13:32:25 2009
New Revision: 8520

URL: http://svn.gna.org/viewcvs/relax?rev=8520&view=rev
Log:
Clean up of the Base_struct_API.__init__() method.


Modified:
    branches/multi_structure/generic_fns/structure/api_base.py

Modified: branches/multi_structure/generic_fns/structure/api_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_structure/generic_fns/structure/api_base.py?rev=8520&r1=8519&r2=8520&view=diff
==============================================================================
--- branches/multi_structure/generic_fns/structure/api_base.py (original)
+++ branches/multi_structure/generic_fns/structure/api_base.py Mon Jan 19 
13:32:25 2009
@@ -53,12 +53,7 @@
     def __init__(self):
         """Initialise the structural object."""
 
-        # Initialise the variables used to keep track of multiple structures.
-        self.num = 0
-        self.name = []
-        self.model = []
-        self.file = []
-        self.path = []
+        # Initialise the empty model list.
         self.structural_data = ModelList()
 
 




Related Messages


Powered by MHonArc, Updated Mon Jan 19 13:40:04 2009