Skip to content

Commit

Permalink
skip modifications to latitude
Browse files Browse the repository at this point in the history
  • Loading branch information
pinnymz committed Apr 16, 2024
1 parent 68a1fad commit 539a531
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,6 @@ public Date getSunLowerTransit() {
cal.add(Calendar.DAY_OF_MONTH, -1);
}
lowerGeoLocation.setLongitude(lowerMeridian);
lowerGeoLocation.setLatitude(-lowerGeoLocation.getLongitude());
double noon = getAstronomicalCalculator().getUTCNoon(cal, lowerGeoLocation);
return getDateFromTime(noon, SolarEvent.MIDNIGHT);
}
Expand Down

0 comments on commit 539a531

Please sign in to comment.