IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 3d6aa91d authored by ralfulrich's avatar ralfulrich
Browse files

output -> output_

parent cd05ecd4
No related branches found
No related tags found
1 merge request!371Additional outputs ported to new architecture
......@@ -37,7 +37,7 @@ namespace corsika {
inline void Cascade<TTracking, TProcessList, TOutput, TStack>::run() {
// trigger the start of the outputs for this shower
output.startOfShower();
output_.startOfShower();
setNodes(); // put each particle on stack in correct environment volume
......@@ -66,7 +66,7 @@ namespace corsika {
}
// indicate end of shower
output.endOfShower();
output_.endOfShower();
}
template <typename TTracking, typename TProcessList, typename TOutput, typename TStack>
......
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