IAP GITLAB

Skip to content
Snippets Groups Projects
Commit cc5279f0 authored by ralfulrich's avatar ralfulrich Committed by Ralf Ulrich
Browse files

fix CFMakeLists

parent 88c8ddc6
No related branches found
No related tags found
No related merge requests found
......@@ -361,9 +361,6 @@ namespace corsika {
CORSIKA_LOG_TRACE("maxStepLength={} s", maxStepLength / 1_s);
// with final length correction, |direction| becomes >1 during step
// double const correction =
// 1. + fabs(0.5 * direction_x_B.getNorm() * maxStepLength * charge /
// p_norm);
return Intersections(maxStepLength / absVelocity); // unit: s
......
......@@ -60,6 +60,4 @@ CORSIKA_REGISTER_EXAMPLE (hybrid_MC RUN_OPTIONS 4 2 10000.)
add_executable (corsika corsika.cpp)
target_link_libraries (corsika CORSIKA8::CORSIKA8)
add_executable (tracking tracking.cpp)
target_link_libraries (tracking CORSIKA8::CORSIKA8)
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