mailr14435 - /branches/inversion-recovery/maths_fns/exponential.c


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

Header


Content

Posted by sebastien . morin on August 25, 2011 - 12:00:
Author: semor
Date: Thu Aug 25 12:00:26 2011
New Revision: 14435

URL: http://svn.gna.org/viewcvs/relax?rev=14435&view=rev
Log:
Reverted revision 14427, as this was a clear mistake..!

The command used was:
svn merge -r14427:14426 .

Modified:
    branches/inversion-recovery/maths_fns/exponential.c

Modified: branches/inversion-recovery/maths_fns/exponential.c
URL: 
http://svn.gna.org/viewcvs/relax/branches/inversion-recovery/maths_fns/exponential.c?rev=14435&r1=14434&r2=14435&view=diff
==============================================================================
--- branches/inversion-recovery/maths_fns/exponential.c (original)
+++ branches/inversion-recovery/maths_fns/exponential.c Thu Aug 25 12:00:26 
2011
@@ -144,7 +144,7 @@
 
         /* Back calculate */
         else
-            back_calc[i] = params[2] - (params[2] - params[1]) * 
exp(-relax_times[i] * params[0]);
+            back_calc[i] = params[2] + (params[2] - params[1]) * 
exp(relax_times[i] * params[0]);
 
     }
 }




Related Messages


Powered by MHonArc, Updated Thu Aug 25 12:20:02 2011