IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 76cf8e50 authored by ralfulrich's avatar ralfulrich
Browse files

again: remove StackInspector from sequence due to crash... investigate

parent ff295ec0
No related branches found
No related tags found
No related merge requests found
Pipeline #81 passed
...@@ -217,7 +217,7 @@ int main() { ...@@ -217,7 +217,7 @@ int main() {
corsika::process::sibyll::Interaction sibyll; corsika::process::sibyll::Interaction sibyll;
corsika::process::sibyll::Decay decay; corsika::process::sibyll::Decay decay;
ProcessEMCut cut; ProcessEMCut cut;
const auto sequence = p0 << sibyll << decay << cut; const auto sequence = /*p0 <<*/ sibyll << decay << cut;
setup::Stack stack; setup::Stack stack;
......
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