mailr5609 - /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:15:
Author: semor
Date: Sat Apr 12 23:15:42 2008
New Revision: 5609

URL: http://svn.gna.org/viewcvs/relax?rev=5609&view=rev
Log:
Correct another argument ordering.

A similar 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=5609&r1=5608&r2=5609&view=diff
==============================================================================
--- 1.3/specific_fns/jw_mapping.py (original)
+++ 1.3/specific_fns/jw_mapping.py Sat Apr 12 23:15:42 2008
@@ -418,7 +418,7 @@
             spin.jwh_err = error
 
 
-    def sim_return_param(self, index, spin):
+    def sim_return_param(self, spin, index):
         """Function for returning the array of simulation parameter 
values."""
 
         # Skip unselected residues.




Related Messages


Powered by MHonArc, Updated Sun Apr 13 00:00:19 2008