From 46979cb258149f407e37be869839374456b5bd0a Mon Sep 17 00:00:00 2001 From: hrocho Date: Thu, 14 Dec 2017 15:12:31 +0100 Subject: [PATCH] typo --- catima.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catima.cpp b/catima.cpp index 5d550b1..a971619 100644 --- a/catima.cpp +++ b/catima.cpp @@ -49,7 +49,7 @@ double domega2dx(Projectile &p, double T, const Material &mat, const Config &c){ t = res.first; //struct of target w = res.second; //number of atoms of the element p.T = T; - sum += t.A*w*dedx_rms(p,t); + sum += t.A*w*dedx_variance(p,t); } return sum/mat.M(); }