IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 43b7bcdb authored by Remy Prechelt's avatar Remy Prechelt Committed by ralfulrich
Browse files

Remove Init() from InteractionCounter.

parent 8112877b
No related branches found
No related tags found
2 merge requests!234WIP: Initial example of python as script language from C++,!224Remove Init() methods from Framework and Processes
......@@ -49,8 +49,6 @@ namespace corsika::process::interaction_counter {
return process_.DoInteraction(projectile);
}
void Init() { process_.Init(); }
template <typename TParticle>
auto GetInteractionLength(TParticle const& particle) const {
return process_.GetInteractionLength(particle);
......
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