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.


_______________________________________________
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

Reply via email to