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()
_______________________________________________
relax (http://nmr-relax.com)
This is the relax-commits mailing list
[email protected]
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