Skip to content

Commit

Permalink
Correct sign
Browse files Browse the repository at this point in the history
  • Loading branch information
ioshchepkov committed Mar 10, 2021
1 parent e33bb2b commit ae8e727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygeoid/tides/laplace.py
Original file line number Diff line number Diff line change
Expand Up @@ -642,4 +642,4 @@ def physical_height_difference(self, time: Time,
tilt = self.tilt(time=time, lat=lat, lon=lon, r=r,
azimuth=azimuth, gravity=gravity, elastic=True)

return length * tilt
return -length * tilt

0 comments on commit ae8e727

Please sign in to comment.