Import Geant4 7.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 11:11:55 +02:00
parent e083ffb441
commit 516dbf1a58
5914 changed files with 202605 additions and 71141 deletions
@@ -61,7 +61,7 @@ inline G4double G4ReactionKinematics::BreakupMomentum(
(m0squared-(massA+massB)*(massA+massB))*
(m0squared-(massA-massB)*(massA-massB))/
(4*m0squared);
if (breakupMomentumSquared>0) return sqrt(breakupMomentumSquared);
if (breakupMomentumSquared>0) return std::sqrt(breakupMomentumSquared);
else return -1.;
}