mailr7288 - /1.3/specific_fns/consistency_tests.py


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

Header


Content

Posted by edward on September 24, 2008 - 21:59:
Author: bugman
Date: Wed Sep 24 21:59:11 2008
New Revision: 7288

URL: http://svn.gna.org/viewcvs/relax?rev=7288&view=rev
Log:
Fixed the arg order for set_error().


Modified:
    1.3/specific_fns/consistency_tests.py

Modified: 1.3/specific_fns/consistency_tests.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/consistency_tests.py?rev=7288&r1=7287&r2=7288&view=diff
==============================================================================
--- 1.3/specific_fns/consistency_tests.py (original)
+++ 1.3/specific_fns/consistency_tests.py Wed Sep 24 21:59:11 2008
@@ -489,7 +489,7 @@
         cdp.ct_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 Wed Sep 24 23:40:02 2008