diff --git a/catima.cpp b/catima.cpp index 2b9809a..9c4b0da 100644 --- a/catima.cpp +++ b/catima.cpp @@ -211,7 +211,7 @@ double energy_out(double T, double thickness, const Interpolator &range_spline){ e = T - (thickness*dedx); while(1){ r = range - range_spline(e) - thickness; - if(fabs(r)::epsilon(); -constexpr double Eout_epsilon = 1e-5; // +constexpr double Eout_th_epsilon = 1e-5; // constexpr double thin_target_limit = 1 - 1e-3;