IAP GITLAB

Skip to content
Snippets Groups Projects
Commit ceaadbd8 authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan:
Browse files

removed superfluous inline

parent 0c9d14b4
No related branches found
No related tags found
2 merge requests!91Resolve "define further classes of processes (MaintenanceProcess?)",!76Resolve "Handling of boundary crossings in geometry tree"
...@@ -36,7 +36,7 @@ namespace corsika::process { ...@@ -36,7 +36,7 @@ namespace corsika::process {
/// here starts the interface-definition part /// here starts the interface-definition part
// -> enforce derived to implement DoInteraction... // -> enforce derived to implement DoInteraction...
template <typename P, typename S> template <typename P, typename S>
inline EProcessReturn DoInteraction(P&, S&); EProcessReturn DoInteraction(P&, S&);
template <typename Particle, typename Track> template <typename Particle, typename Track>
corsika::units::si::GrammageType GetInteractionLength(Particle& p, Track& t); corsika::units::si::GrammageType GetInteractionLength(Particle& p, Track& t);
......
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