IAP GITLAB

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

Remove setup from UrQMD.

parent f47b4f26
No related branches found
No related tags found
No related merge requests found
...@@ -158,8 +158,7 @@ namespace corsika::urqmd { ...@@ -158,8 +158,7 @@ namespace corsika::urqmd {
} }
} }
template <typename TParticle> // need template here, as this is called both with template <typename TParticle>
// SetupParticle as well as SetupProjectile
inline CrossSectionType UrQMD::getCrossSection(TParticle const& projectile, inline CrossSectionType UrQMD::getCrossSection(TParticle const& projectile,
Code targetCode) const { Code targetCode) const {
auto const projectileCode = projectile.getPID(); auto const projectileCode = projectile.getPID();
......
...@@ -14,8 +14,6 @@ ...@@ -14,8 +14,6 @@
#include <corsika/framework/random/RNGManager.hpp> #include <corsika/framework/random/RNGManager.hpp>
#include <corsika/framework/utility/CorsikaData.hpp> #include <corsika/framework/utility/CorsikaData.hpp>
#include <corsika/setup/SetupStack.hpp>
#include <boost/filesystem/path.hpp> #include <boost/filesystem/path.hpp>
#include <boost/multi_array.hpp> #include <boost/multi_array.hpp>
......
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