IAP GITLAB

Skip to content
Snippets Groups Projects

Add tracking of particle times to observation plane writer

Merged Jean-Marco Alameddine requested to merge track_times_on_obsplane into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -54,7 +54,7 @@ namespace corsika {
protected:
void write(Code const&, units::si::HEPEnergyType const&, units::si::LengthType const&,
units::si::LengthType const&) {}
units::si::LengthType const&, units::si::TimeType const&) {}
};
} // namespace corsika
Loading