mailr5608 - /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 - 23:14:
Author: semor
Date: Sat Apr 12 23:14:19 2008
New Revision: 5608

URL: http://svn.gna.org/viewcvs/relax?rev=5608&view=rev
Log:
Corrected an argument ordering.

This error was spotted by Edward d'Auvergne in a post at:
https://mail.gna.org/public/relax-devel/2008-04/msg00060.html (# Message-id:
<7f080ed10804121345n2a6116eaob66c3f9bc7f36cba@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=5608&r1=5607&r2=5608&view=diff
==============================================================================
--- 1.3/specific_fns/jw_mapping.py (original)
+++ 1.3/specific_fns/jw_mapping.py Sat Apr 12 23:14:19 2008
@@ -402,7 +402,7 @@
         cdp.jw_frq = frq
 
 
-    def set_error(self, error, index, spin):
+    def set_error(self, spin, index, error):
         """Function for setting parameter errors."""
 
         # Return J(0) sim data.




Related Messages


Powered by MHonArc, Updated Sat Apr 12 23:20:17 2008