mailr8613 - /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 - 17:12:
Author: bugman
Date: Thu Jan 22 17:12:36 2009
New Revision: 8613

URL: http://svn.gna.org/viewcvs/relax?rev=8613&view=rev
Log:
Reactivated the calling of the specific MolContainer from_xml() 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=8613&r1=8612&r2=8613&view=diff
==============================================================================
--- branches/multi_structure/generic_fns/structure/api_base.py (original)
+++ branches/multi_structure/generic_fns/structure/api_base.py Thu Jan 22 
17:12:36 2009
@@ -994,7 +994,7 @@
             self.add_item(mol_name=name, mol_cont=mol_cont)
 
             # Execute the specific MolContainer from_xml() method.
-            #self[-1].from_xml(mol_node)
+            self[-1].from_xml(mol_node)
 
 
     def to_xml(self, doc, element):




Related Messages


Powered by MHonArc, Updated Thu Jan 22 17:20:02 2009