diff --git a/corsika/framework/process/StackProcess.hpp b/corsika/framework/process/StackProcess.hpp index 7569396043aa4893d1a84dcbfd28cff51d68e93a..daf530dec3073fba40360861d0c0ccb557e6bf9f 100644 --- a/corsika/framework/process/StackProcess.hpp +++ b/corsika/framework/process/StackProcess.hpp @@ -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