Skip to content

22.0-FPE_INVALID-RegionSelector

Shaun Roe requested to merge sroe/athena:22.0-FPE_INVALID-RegionSelector into master

It was found that for some execution paths m_stepMinPhi can remain uninitialised and hence invalid. Solved this by initialising it in the header file. Did a small cleanup otherwise (headers, cmath, commented code), but left the main body of code untouched, despite it being non-optimal. ref ATR-20225

Merge request reports