Skip to content

Trk::AlignmentEffectsOnTrack - Pass surface by reference instead of passing by pointer

Johannes Junggeburth requested to merge jojungge/athena:AEOT_SurfFix into main

The code crashes if free surfaces are passed around. Also changed the precision of the member variables from float to double. They're passed by double constants anyway.

Edited by Johannes Junggeburth

Merge request reports