mailr6499 - /1.2/maths_fns/consistency_tests.py


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

Header


Content

Posted by sebastien . morin . 1 on June 25, 2008 - 17:50:
Author: semor
Date: Wed Jun 25 17:50:39 2008
New Revision: 6499

URL: http://svn.gna.org/viewcvs/relax?rev=6499&view=rev
Log:
Corrected a small error error in one of the consistency testing functions 
(F_R2).


Modified:
    1.2/maths_fns/consistency_tests.py

Modified: 1.2/maths_fns/consistency_tests.py
URL: 
http://svn.gna.org/viewcvs/relax/1.2/maths_fns/consistency_tests.py?rev=6499&r1=6498&r2=6499&view=diff
==============================================================================
--- 1.2/maths_fns/consistency_tests.py (original)
+++ 1.2/maths_fns/consistency_tests.py Wed Jun 25 17:50:39 2008
@@ -136,7 +136,7 @@
 
         # Calculate F_R2.
         # F_R2 tests the consistency of the transverse relaxation data.
-        f_r2 = (r2 - p_hf) / ((4.0 + 3.0 / (1 + (self.data.frq_list[0, 1] * 
tc) ** 2)) * (d + c/3.0))
+        f_r2 = (r2 - p_hf) / ((4.0 + 3.0 / (1 + (self.data.frq_list[0, 1] * 
tc) ** 2)) * (d + c))
 
         # Return the three values.
         return j0, f_eta, f_r2




Related Messages


Powered by MHonArc, Updated Wed Jun 25 21:40:19 2008