Skip to content

Commit

Permalink
Revert "Changed test macro for PR#261"
Browse files Browse the repository at this point in the history
This reverts commit 7c5bcb8.
  • Loading branch information
kresan committed Aug 6, 2019
1 parent 7c5bcb8 commit b9ec96b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions r3b/test/testR3BPhaseSpaceGeneratorIntegration.C
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ void testR3BPhaseSpaceGeneratorIntegration()
// Primaries
auto primGen = new FairPrimaryGenerator();
auto gen = new R3BPhaseSpaceGenerator();
gen->SetBeamEnergyDistribution_AMeV(R3BDistribution1D::Delta(600));
gen->SetErelDistribution_keV(R3BDistribution1D::Delta(500));
gen->SetBeamEnergyAMeV(600);
gen->SetErelkeV(500);
gen->AddHeavyIon({ "B-17", 5, 17, 5 });
gen->AddParticle(2112);
gen->AddParticle(2112);
Expand Down

0 comments on commit b9ec96b

Please sign in to comment.