IAP GITLAB

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

cmake environment dependency

parent edcb893b
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,7 @@ target_link_libraries (cascade_example SuperStupidStack CORSIKAunits CORSIKAlogg ...@@ -31,6 +31,7 @@ target_link_libraries (cascade_example SuperStupidStack CORSIKAunits CORSIKAlogg
CORSIKAprocesses CORSIKAprocesses
CORSIKAparticles CORSIKAparticles
CORSIKAgeometry CORSIKAgeometry
CORSIKAenvironment
CORSIKAprocesssequence CORSIKAprocesssequence
) )
#install (TARGETS cascade_example DESTINATION share/examples) #install (TARGETS cascade_example DESTINATION share/examples)
......
...@@ -26,7 +26,7 @@ namespace corsika::environment { ...@@ -26,7 +26,7 @@ namespace corsika::environment {
corsika::geometry::Point{ corsika::geometry::Point{
pCS, 0 * corsika::units::si::meter, pCS, 0 * corsika::units::si::meter,
0 * corsika::units::si::meter, 0 * corsika::units::si::meter}, 0 * corsika::units::si::meter, 0 * corsika::units::si::meter},
corsika::units::si::meter * std::numeric_limits<double>::max()) {} corsika::units::si::meter * std::numeric_limits<double>::infinity()) {}
bool Contains(corsika::geometry::Point const&) const override { return true; } bool Contains(corsika::geometry::Point const&) const override { return true; }
}; };
......
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