mailr7317 - /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 September 25, 2008 - 20:49:
Author: bugman
Date: Thu Sep 25 20:49:49 2008
New Revision: 7317

URL: http://svn.gna.org/viewcvs/relax?rev=7317&view=rev
Log:
Improved the warning message.


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=7317&r1=7316&r2=7317&view=diff
==============================================================================
--- 1.3/generic_fns/structure/main.py (original)
+++ 1.3/generic_fns/structure/main.py Thu Sep 25 20:49:49 2008
@@ -318,7 +318,7 @@
         if not bond_vectors:
             # Warning messages.
             if warnings:
-                warn(RelaxWarning(warnings + "  (for " + `id` + ")."))
+                warn(RelaxWarning(warnings + " (atom ID " + `id` + ")."))
 
             # Skip the spin.
             continue




Related Messages


Powered by MHonArc, Updated Thu Sep 25 21:00:05 2008