mailRe: r13891 - /branches/xyz/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 d'Auvergne on July 26, 2011 - 17:51:
Hi Han,

This change might need a slight fix:

@@ -602,7 +602,7 @@

        # Print out of modified spins.
        if verbosity:
-            print(("Extracted " + spin.name + "-" + attached_name + " 
vectors for " + repr(id) + '.'))
+            print(("Extracted " + str(spin.num) + "-" + str(attached_name) 
+ " vectors for " + repr(id) + '.'))


In your case, is the name missing?  The spin number should be in 'id'
so using the name at the start would be better.

Cheers,

Edward



Related Messages


Powered by MHonArc, Updated Wed Jul 27 14:20:13 2011