IAP GITLAB

Skip to content
Snippets Groups Projects
Commit a45b4c22 authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan: Committed by Ralf Ulrich
Browse files

make DummyProcess inherit from InteractionProcess

parent 98bdb967
No related branches found
No related tags found
1 merge request!351Adding wrapper process to modify interaction lengths
......@@ -13,7 +13,7 @@
using namespace corsika;
struct DummyProcess {
struct DummyProcess : public InteractionProcess<DummyProcess> {
int id{0};
template <typename TParticle>
......
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