IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 40e2d922 authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan: Committed by Maximilian Reininghaus
Browse files

make DummyProcess inherit from InteractionProcess

parent 912c71ef
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
using namespace corsika; using namespace corsika;
struct DummyProcess { struct DummyProcess : public InteractionProcess<DummyProcess> {
int id{0}; int id{0};
template <typename TParticle> 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