Skip to content
Commit 317df1bc authored by Akarsh Simha's avatar Akarsh Simha
Browse files

Constify SkyPoint argument to KSAlmanac::findAltitude

You don't want a method that finds altitude for non-skymap reasons to
modify a poor SkyPoint. This can lead to hard-to-trace errors if the
same SkyPoint is used in the SkyMap. Copying is a minor overhead at the
moment.
parent 31e63341
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment