mailr8534 - in /branches/multi_structure/generic_fns/structure: internal.py scientific.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 - 15:05:
Author: bugman
Date: Mon Jan 19 15:05:32 2009
New Revision: 8534

URL: http://svn.gna.org/viewcvs/relax?rev=8534&view=rev
Log:
Renamed the MolContainer 'mol' element to 'mol_cont'.

This prevents a clash with the pipe container 'mol' structure.


Modified:
    branches/multi_structure/generic_fns/structure/internal.py
    branches/multi_structure/generic_fns/structure/scientific.py

Modified: branches/multi_structure/generic_fns/structure/internal.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_structure/generic_fns/structure/internal.py?rev=8534&r1=8533&r2=8534&view=diff
==============================================================================
--- branches/multi_structure/generic_fns/structure/internal.py (original)
+++ branches/multi_structure/generic_fns/structure/internal.py Mon Jan 19 
15:05:32 2009
@@ -1392,7 +1392,7 @@
         """
 
         # Create an XML element for this molecule and add it to the higher 
level element.
-        mol_element = doc.createElement('mol')
+        mol_element = doc.createElement('mol_cont')
         element.appendChild(mol_element)
 
         # Set the molecule attributes.

Modified: branches/multi_structure/generic_fns/structure/scientific.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_structure/generic_fns/structure/scientific.py?rev=8534&r1=8533&r2=8534&view=diff
==============================================================================
--- branches/multi_structure/generic_fns/structure/scientific.py (original)
+++ branches/multi_structure/generic_fns/structure/scientific.py Mon Jan 19 
15:05:32 2009
@@ -623,7 +623,7 @@
         """
 
         # Create an XML element for this molecule and add it to the higher 
level element.
-        mol_element = doc.createElement('mol')
+        mol_element = doc.createElement('mol_cont')
         element.appendChild(mol_element)
 
         # Set the molecule attributes.




Related Messages


Powered by MHonArc, Updated Mon Jan 19 15:20:06 2009