Enable display of phase angle for selection.

ver1_6_1
Chris Laurel 2008-04-07 23:12:17 +00:00
parent 889046a12d
commit c31fa4b03a
1 changed files with 1 additions and 1 deletions

View File

@ -3223,7 +3223,7 @@ static void displayPlanetInfo(Overlay& overlay,
sunVec.normalize();
double cosPhaseAngle = sunVec * ((1.0 / viewVec.length()) * viewVec);
double phaseAngle = acos(cosPhaseAngle);
//overlay.oprintf("Phase angle: %.1f%s\n", radToDeg(phaseAngle), UTF8_DEGREE_SIGN);
overlay.oprintf("Phase angle: %.1f%s\n", radToDeg(phaseAngle), UTF8_DEGREE_SIGN);
}
}