Skip to content

Removed intermediate function in MM L1 Simulation

Francesco Giuseppe Gravili requested to merge fgravili/athena:twoINone into master

This MR removes a not really needed intermediate function, given the optimization introduced in !60266 (merged) and that the removed function checks are reproducible by simple continue statements. Now the MMT_Road::addHits is much more readable and self-consistent, as all the computation is fully available in a bunch of lines, without having to scroll up and down between the previous two functions.

Changes are also important for ATR-25528

./cc @vadamico

Edited by Francesco Giuseppe Gravili

Merge request reports