IAP GITLAB

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

Remove Init() from UrQMD

parent 2966d435
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,6 @@ namespace corsika::process::UrQMD { ...@@ -26,7 +26,6 @@ namespace corsika::process::UrQMD {
class UrQMD : public corsika::process::InteractionProcess<UrQMD> { class UrQMD : public corsika::process::InteractionProcess<UrQMD> {
public: public:
UrQMD(std::string const& path = utl::CorsikaData("UrQMD/UrQMD-1.3.1-xs.dat")); UrQMD(std::string const& path = utl::CorsikaData("UrQMD/UrQMD-1.3.1-xs.dat"));
void Init() {}
corsika::units::si::GrammageType GetInteractionLength( corsika::units::si::GrammageType GetInteractionLength(
corsika::setup::Stack::StackIterator const&) const; corsika::setup::Stack::StackIterator const&) 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