IAP GITLAB

Skip to content
Snippets Groups Projects
Commit ea5d5d40 authored by Felix Riehn's avatar Felix Riehn Committed by Ralf Ulrich
Browse files

correct namespace in logger

parent 3f0a255a
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ namespace corsika { ...@@ -31,7 +31,7 @@ namespace corsika {
double average_shift_ = 0; double average_shift_ = 0;
double max_shift_ = 0; double max_shift_ = 0;
double count_ = 0; double count_ = 0;
std::shared_ptr<spdlog::logger> logger_ = get_logger("on_shell_check_OnShellCheck"); std::shared_ptr<spdlog::logger> logger_ = get_logger("corsika_OnShellCheck");
double mass_tolerance_; double mass_tolerance_;
double energy_tolerance_; double energy_tolerance_;
bool throw_error_; bool throw_error_;
......
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