IAP GITLAB

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

fix overflow issue

parent 7debe213
No related branches found
No related tags found
1 merge request!583Resolve "Stack inspector overflow"
Pipeline #12155 passed
This commit is part of merge request !583. Comments created here will be created in the context of that merge request.
......@@ -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