IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 45b39cc9 authored by Alan Coleman's avatar Alan Coleman
Browse files

Resolve "Stack inspector overflow"

parent 7debe213
No related branches found
No related tags found
1 merge request!583Resolve "Stack inspector overflow"
......@@ -62,7 +62,7 @@ namespace corsika {
static bool const is_stack_process = true;
//! return the current Cascade step counter
int getStep() const { return iStep_; }
auto getStep() const { return iStep_; }
//! check if current step is where StackProcess should be executed, this also
//! increases the internal step counter implicitly
......
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