IAP GITLAB

Skip to content
Snippets Groups Projects

Resolve "Stack inspector overflow"

Merged Alan Coleman requested to merge 653-stack-inspector-overflow into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -62,7 +62,7 @@ namespace corsika {
@@ -62,7 +62,7 @@ namespace corsika {
static bool const is_stack_process = true;
static bool const is_stack_process = true;
//! return the current Cascade step counter
//! 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
//! check if current step is where StackProcess should be executed, this also
//! increases the internal step counter implicitly
//! increases the internal step counter implicitly
Loading