From 7987d715b1c4906c80217b7e41093f5fde757964 Mon Sep 17 00:00:00 2001 From: Felix Riehn <felix@matilda> Date: Thu, 21 Jan 2021 19:49:46 +0000 Subject: [PATCH] switch output to spdlog for nuclear int --- corsika/detail/modules/sibyll/NuclearInteraction.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corsika/detail/modules/sibyll/NuclearInteraction.inl b/corsika/detail/modules/sibyll/NuclearInteraction.inl index 52296fbd4..e5d8662fb 100644 --- a/corsika/detail/modules/sibyll/NuclearInteraction.inl +++ b/corsika/detail/modules/sibyll/NuclearInteraction.inl @@ -577,7 +577,7 @@ namespace corsika::sibyll { } // add inelastic interactions - std::cout << "calculate inelastic nucleon-nucleon interactions.." << std::endl; + CORSIKA_LOG_DEBUG("calculate inelastic nucleon-nucleon interactions.."); for (int j = 0; j < nInelNucleons; ++j) { // TODO: sample neutron or proton auto pCode = Code::Proton; -- GitLab