IAP GITLAB

Skip to content
Snippets Groups Projects
Commit ab2a4c84 authored by Nikos Karastathis's avatar Nikos Karastathis :ocean: Committed by Maximilian Reininghaus
Browse files

use test namespace in tests, not setup

parent a1ba7c0e
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
#include <corsika/framework/geometry/Sphere.hpp>
#include <corsika/framework/geometry/StraightTrajectory.hpp>
#include <corsika/setup/SetupStack.hpp>
#include <tests/common/SetupStack.hpp>
#include <PhysicalUnitsCatch2.hpp> // namespace corsike::testing
......@@ -335,7 +335,7 @@ TEST_CASE("Geometry Trajectories") {
Point r0(rootCS, {0_m, 0_m, 0_m});
// Create a particle and and a stack so we can test .getTime() method
const Code particle{Code::Electron};
setup::Stack stack;
test::Stack stack;
// the mass of the particle
const auto pmass{get_mass(particle)};
// set an arbitrary energy value
......
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