This Introduces a couple tweaks to the documentation (fixing typos and clarifying some confusing topics).
It also modifies the signatures for get_temperature_units and get_velocity_units so that the function will accept const* code_units as an argument. This is ok since the functions don't mutate any of the contents of code_units.
This Introduces a couple tweaks to the documentation (fixing typos and clarifying some confusing topics).
It also modifies the signatures for
get_temperature_units
andget_velocity_units
so that the function will acceptconst* code_units
as an argument. This is ok since the functions don't mutate any of the contents ofcode_units
.