IAP GITLAB

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

Merge branch '653-stack-inspector-overflow' into 'master'

Resolve "Stack inspector overflow"

Closes #653

See merge request !583
parents 7debe213 45b39cc9
No related branches found
No related tags found
1 merge request!583Resolve "Stack inspector overflow"
Pipeline #12180 passed with warnings
......@@ -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