From ab2a4c8433b8bee4072070df5ca689903e2ff43b Mon Sep 17 00:00:00 2001 From: Nikos Karastathis <n.karastathis@kit.edu> Date: Fri, 18 Mar 2022 14:39:44 +0100 Subject: [PATCH] use test namespace in tests, not setup --- tests/framework/testGeometry.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/framework/testGeometry.cpp b/tests/framework/testGeometry.cpp index b820d946f..85fef905f 100644 --- a/tests/framework/testGeometry.cpp +++ b/tests/framework/testGeometry.cpp @@ -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 -- GitLab