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 Han Sun on July 26, 2011 - 17:56:
Hi Edward,

yes, I don't have the spin.name, therefore I used the spin.num instead. How I should fix it then?

Best
Han


On Jul 26, 2011, at 5:51 PM, Edward d'Auvergne wrote:

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

_______________________________________________
relax (http://nmr-relax.com)

This is the relax-devel mailing list
relax-devel@xxxxxxx

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-devel




Related Messages


Powered by MHonArc, Updated Tue Jul 26 18:20:11 2011