From dea686bba617be765d2db98f3dc749449193c3a7 Mon Sep 17 00:00:00 2001 From: hrocho Date: Wed, 14 Feb 2018 12:08:12 +0100 Subject: [PATCH] eout --- catima.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catima.cpp b/catima.cpp index 2b62098..d88489a 100644 --- a/catima.cpp +++ b/catima.cpp @@ -165,7 +165,7 @@ double energy_out(double T, double thickness, Interpolator &range_spline){ step = -r*dedx; e = e-step; if(e100){printf("too many iterations finding Eout");return -1;} }