IAP GITLAB

Skip to content
Snippets Groups Projects
Commit db5bf2ac authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan: Committed by Maximilian Reininghaus
Browse files

corrected test

parent 32640274
No related branches found
No related tags found
1 merge request!116Some improvements here and there
...@@ -109,7 +109,7 @@ TEST_CASE("UrQMD") { ...@@ -109,7 +109,7 @@ TEST_CASE("UrQMD") {
setup::Stack stack; setup::Stack stack;
auto constexpr code = particles::Code::Neutron; auto constexpr code = particles::Code::PiPlus;
auto constexpr mass = particles::GetMass(code); auto constexpr mass = particles::GetMass(code);
HEPMomentumType E0 = sqrt(mass * mass + pLab.squaredNorm()); HEPMomentumType E0 = sqrt(mass * mass + pLab.squaredNorm());
auto particle = stack.AddParticle( auto particle = stack.AddParticle(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment