IAP GITLAB

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

cmake environment dependency

parent f2195179
No related branches found
No related tags found
No related merge requests found
Pipeline #35 failed
......@@ -31,6 +31,7 @@ target_link_libraries (cascade_example SuperStupidStack CORSIKAunits CORSIKAlogg
CORSIKAprocesses
CORSIKAparticles
CORSIKAgeometry
CORSIKAenvironment
CORSIKAprocesssequence
)
#install (TARGETS cascade_example DESTINATION share/examples)
......
......@@ -26,7 +26,7 @@ namespace corsika::environment {
corsika::geometry::Point{
pCS, 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; }
};
......
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