mailr8603 - /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 22, 2009 - 16:41:
Author: bugman
Date: Thu Jan 22 16:41:32 2009
New Revision: 8603

URL: http://svn.gna.org/viewcvs/relax?rev=8603&view=rev
Log:
Bug fix for MolList.from_xml().  The mol_nodes already exists!


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=8603&r1=8602&r2=8603&view=diff
==============================================================================
--- branches/multi_structure/generic_fns/structure/api_base.py (original)
+++ branches/multi_structure/generic_fns/structure/api_base.py Thu Jan 22 
16:41:32 2009
@@ -970,9 +970,6 @@
                 name = None
             self.add_item(mol_name=name)
 
-            # Get the molecule nodes.
-            mol_nodes = mol_node.getElementsByTagName('mol')
-
             # Recreate the molecule data structures for the current molecule.
             self[-1].mol.from_xml(mol_nodes)
 




Related Messages


Powered by MHonArc, Updated Thu Jan 22 17:00:05 2009