From 49717d337149c3102b2a666f25dc0ea9497b8ccd Mon Sep 17 00:00:00 2001 From: ralfulrich <ralf.ulrich@kit.edu> Date: Tue, 8 Jun 2021 08:52:19 +0200 Subject: [PATCH] boundary ex output --- examples/boundary_example.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/boundary_example.cpp b/examples/boundary_example.cpp index 797f49502..083a54559 100644 --- a/examples/boundary_example.cpp +++ b/examples/boundary_example.cpp @@ -151,7 +151,7 @@ int main() { auto const [px, py, pz] = momentumComponents(theta / 180. * M_PI, phi / 180. * M_PI, P0); auto plab = MomentumVector(rootCS, {px, py, pz}); - CORSIKA_LOG_INFO( + CORSIKA_LOG_DEBUG( "input particle: {} " "input angles: theta={} phi={}" "input momentum: {} GeV", -- GitLab