From b83881cf1d03dc6b8eaf9c67d677693662450b56 Mon Sep 17 00:00:00 2001 From: Maximilian Reininghaus <maximilian.reininghaus@kit.edu> Date: Tue, 18 Oct 2022 15:02:07 +0200 Subject: [PATCH] re-enable history --- corsika/setup/SetupStack.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corsika/setup/SetupStack.hpp b/corsika/setup/SetupStack.hpp index 7d1894e4c..d08c75961 100644 --- a/corsika/setup/SetupStack.hpp +++ b/corsika/setup/SetupStack.hpp @@ -25,7 +25,7 @@ namespace corsika::setup { * the version with history */ template <typename TEnvironment> - using Stack = typename detail::StackGenerator<TEnvironment>::StackWithWeight; + using Stack = typename detail::StackGenerator<TEnvironment>::StackWithHistory; #else // WITH_HISTORY -- GitLab