IAP GITLAB

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

Remove Init() from EnergyLoss.

parent 59ac93e2
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
...@@ -31,7 +31,6 @@ namespace corsika::process::energy_loss { ...@@ -31,7 +31,6 @@ namespace corsika::process::energy_loss {
public: public:
EnergyLoss(environment::ShowerAxis const& showerAxis); EnergyLoss(environment::ShowerAxis const& showerAxis);
void Init() {}
process::EProcessReturn DoContinuous(setup::Stack::ParticleType&, process::EProcessReturn DoContinuous(setup::Stack::ParticleType&,
setup::Trajectory const&); setup::Trajectory const&);
units::si::LengthType MaxStepLength(setup::Stack::ParticleType const&, units::si::LengthType MaxStepLength(setup::Stack::ParticleType 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