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;} }