mailr16452 - /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 May 25, 2012 - 09:32:
Author: bugman
Date: Fri May 25 09:32:17 2012
New Revision: 16452

URL: http://svn.gna.org/viewcvs/relax?rev=16452&view=rev
Log:
A small change for the structure.vectors print out.


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=16452&r1=16451&r2=16452&view=diff
==============================================================================
--- 1.3/generic_fns/structure/main.py (original)
+++ 1.3/generic_fns/structure/main.py Fri May 25 09:32:17 2012
@@ -834,9 +834,9 @@
                 plural = ''
 
             if spin.name:
-                print("Extracted %s %s-%s vector%s for '%s'." % (num, 
spin.name, attached_name, plural, id))
+                print("Extracted %s %s-%s vector%s for the spin '%s'." % 
(num, spin.name, attached_name, plural, id))
             else:
-                print("Extracted %s %s-%s vector%s for '%s'." % (num, 
spin.num, attached_name, plural, id))
+                print("Extracted %s %s-%s vector%s for the spin '%s'." % 
(num, spin.num, attached_name, plural, id))
 
     # Right, catch the problem of missing vectors to prevent massive user 
confusion!
     if no_vectors:




Related Messages


Powered by MHonArc, Updated Fri May 25 10:00:02 2012