IAP GITLAB

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

format

parent e8698189
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,8 @@ namespace corsika {
for (auto const& node : volumeNode.getChildNodes()) {
Intersections const time_intersections = TDerived::intersect(particle, *node);
CORSIKA_LOG_DEBUG("search intersection times with child volume {}:", fmt::ptr(node));
CORSIKA_LOG_DEBUG("search intersection times with child volume {}:",
fmt::ptr(node));
if (!time_intersections.hasIntersections()) { continue; }
auto const t_entry = time_intersections.getEntry();
auto const t_exit = time_intersections.getExit();
......
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