mirror of
https://github.com/gwm17/catima.git
synced 2024-11-26 12:08:52 -05:00
typo
This commit is contained in:
parent
ac5a6d0048
commit
46979cb258
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user