mailr8466 - /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 15, 2009 - 13:23:
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.




Related Messages


Powered by MHonArc, Updated Thu Jan 15 13:40:01 2009