File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -772,9 +772,11 @@ SunMoonCalc::Result SunMoonCalc::translateToHumanReadable(SunMoonCalc::Result re
772772 result.sun .distance = result.sun .distance * AU;
773773 result.sun .azimuth = degrees (result.sun .azimuth );
774774 result.sun .elevation = degrees (result.sun .elevation );
775+ result.sun .transitElevation = degrees (result.sun .transitElevation );
775776 result.moon .distance = result.moon .distance * AU;
776777 result.moon .azimuth = degrees (result.moon .azimuth );
777778 result.moon .elevation = degrees (result.moon .elevation );
779+ result.moon .transitElevation = degrees (result.moon .transitElevation );
778780 result.moon .rise = fromJulian (result.moon .riseJd );
779781 result.moon .transit = fromJulian (result.moon .transitJd );
780782 result.moon .set = fromJulian (result.moon .setJd );
You can’t perform that action at this time.
0 commit comments