mailr8738 - /1.3/generic_fns/structure/main.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on February 05, 2009 - 10:22:
Author: bugman
Date: Thu Feb  5 10:22:35 2009
New Revision: 8738

URL: http://svn.gna.org/viewcvs/relax?rev=8738&view=rev
Log:
Modified a print out to make it clearer.


Modified:
    1.3/generic_fns/structure/main.py

Modified: 1.3/generic_fns/structure/main.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/structure/main.py?rev=8738&r1=8737&r2=8738&view=diff
==============================================================================
--- 1.3/generic_fns/structure/main.py (original)
+++ 1.3/generic_fns/structure/main.py Thu Feb  5 10:22:35 2009
@@ -115,7 +115,7 @@
                 # Rename the molecule container if the mol name is given and 
the sole container is unnamed.
                 if mol_cont.name == None and mol_name:
                     # Print out.
-                    print "Renaming the unnamed sole molecule to '%s'." % 
mol_name
+                    print "Renaming the unnamed sole molecule container to 
'%s'." % mol_name
 
                     # Set the name.
                     mol_cont.name = mol_name




Related Messages


Powered by MHonArc, Updated Thu Feb 05 11:40:02 2009