IAP GITLAB

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

Remove Init() from LongitudinalProfile.

parent 51766e1f
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
......@@ -29,8 +29,6 @@ LongitudinalProfile::LongitudinalProfile(environment::ShowerAxis const& shower_a
: shower_axis_{shower_axis}
, profiles_{static_cast<unsigned int>(shower_axis.maximumX() / dX_) + 1} {}
void LongitudinalProfile::Init() {}
template <>
corsika::process::EProcessReturn LongitudinalProfile::DoContinuous(Particle const& vP,
Track const& vTrack) {
......
......@@ -26,8 +26,6 @@ namespace corsika::process::longitudinal_profile {
public:
LongitudinalProfile(environment::ShowerAxis const&);
void Init();
template <typename Particle, typename Track>
corsika::process::EProcessReturn DoContinuous(Particle const&, Track const&);
......
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