mailr19868 - /branches/relax_disp/lib/dispersion/equations.py


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

Header


Content

Posted by edward on June 04, 2013 - 16:58:
Author: bugman
Date: Tue Jun  4 16:58:22 2013
New Revision: 19868

URL: http://svn.gna.org/viewcvs/relax?rev=19868&view=rev
Log:
Fix for the lib.dispersion.equations.calc_two_point_r2eff_err() function.

The variables were incorrectly named.


Modified:
    branches/relax_disp/lib/dispersion/equations.py

Modified: branches/relax_disp/lib/dispersion/equations.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/lib/dispersion/equations.py?rev=19868&r1=19867&r2=19868&view=diff
==============================================================================
--- branches/relax_disp/lib/dispersion/equations.py (original)
+++ branches/relax_disp/lib/dispersion/equations.py Tue Jun  4 16:58:22 2013
@@ -76,4 +76,4 @@
     """
 
     # Calculate and return the value (avoiding integer division problems).
-    return sqrt((ref_intensity_err / ref_intensity)**2 + (intensity_err / 
intensity)**2) / relax_time
+    return sqrt((I_ref_err / I_ref)**2 + (I_err / I)**2) / relax_time




Related Messages


Powered by MHonArc, Updated Wed Jun 05 17:00:01 2013