Author: bugman
Date: Thu Jan 15 13:23:58 2009
New Revision: 8466

URL: http://svn.gna.org/viewcvs/relax?rev=8466&view=rev
Log:
Reverted r8458.  The molecule name is only used as a check, it is stored by 
other parts of the code!

The command used was:
svn merge -r8458:8457 .


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=8466&r1=8465&r2=8466&view=diff
==============================================================================
--- branches/multi_structure/generic_fns/structure/api_base.py (original)
+++ branches/multi_structure/generic_fns/structure/api_base.py Thu Jan 15 
13:23:58 2009
@@ -891,9 +891,6 @@
             # Append an empty MolContainer.
             self.append(mol_cont)
 
-            # Set the molecule name.
-            self[-1].name = mol_name
-
 
     def is_empty(self):
         """Method for testing if this MolList object is empty.


_______________________________________________
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