mailr5595 - /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 sebastien . morin . 1 on April 12, 2008 - 02:02:
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):
         """Function for setting parameter errors."""
 
         # Return J(0) sim data.




Related Messages


Powered by MHonArc, Updated Sat Apr 12 02:20:10 2008