mailRe: r5595 - /1.3/specific_fns/jw_mapping.py


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

Header


Content

Posted by Edward d'Auvergne on April 12, 2008 - 22:45:
On Sat, Apr 12, 2008 at 2:02 AM,  <sebastien.morin.1@xxxxxxxxx> wrote:
Author: semor
 Date: Sat Apr 12 02:02:23 2008
 New Revision: 5595

 URL: http://svn.gna.org/viewcvs/relax?rev=5595&view=rev
 Log:
 Added a missing argument to the set_error() method.

 This omission was spotted by Edward d'Auvergne in a post at:
 https://mail.gna.org/public/relax-devel/2008-04/msg00053.html (# 
Message-id:
 <7f080ed10804111525p48f7bc6aq10189644ae5d736b@xxxxxxxxxxxxxx>)


 Modified:
    1.3/specific_fns/jw_mapping.py

 Modified: 1.3/specific_fns/jw_mapping.py
 URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/jw_mapping.py?rev=5595&r1=5594&r2=5595&view=diff
 
==============================================================================
 --- 1.3/specific_fns/jw_mapping.py (original)
 +++ 1.3/specific_fns/jw_mapping.py Sat Apr 12 02:02:23 2008
 @@ -402,7 +402,7 @@
         cdp.jw_frq = frq


 -    def set_error(self, spin, error):
 +    def set_error(self, error, index, spin):

Here the function args should be

def set_error(self, spin, index, error)

This is very important as that is the order that the argments are sent
the function.

Regards,

Edward



Related Messages


Powered by MHonArc, Updated Sun Apr 13 01:22:56 2008