IAP GITLAB

Skip to content
Snippets Groups Projects
Commit c7e45d54 authored by Nikos Karastathis's avatar Nikos Karastathis :ocean:
Browse files

added bool const to RadioProcess.hpp constructor

parent b7e89fe8
No related branches found
No related tags found
1 merge request!329Radio interface
...@@ -74,7 +74,7 @@ namespace corsika { ...@@ -74,7 +74,7 @@ namespace corsika {
* @param track The current track. * @param track The current track.
*/ */
template <typename Particle, typename Track> template <typename Particle, typename Track>
ProcessReturn doContinuous(Particle& particle, Track const& track) { ProcessReturn doContinuous(Particle& particle, Track const& track, bool const) {
//we want the following particles: //we want the following particles:
// Code::Electron & Code::Positron & Code::Gamma // Code::Electron & Code::Positron & Code::Gamma
......
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