-
Notifications
You must be signed in to change notification settings - Fork 365
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bad effect of roundoff at boarder (#8238)
* Fix bad effect of roundoff at boarder See this foum post for background. Two issues: Mollweide should be run on sphere. Need to allow 10-9 slop at ±180 longitude. WIth this we get echo 180 0 | gmt mapproject -Jw0/1:1 -Fe -C --PROJ_ELLIPSOID=Sphere 18019934.021 0 echo 18019934.021 0 | gmt mapproject -Jw0/1:1 -Fe -C --PROJ_ELLIPSOID=Sphere -I 180 0 * Update gmt_proj.c
- Loading branch information
1 parent
d183cd5
commit d8c0d9f
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters