diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2012-12-07 21:52:03 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2012-12-07 21:52:03 +0000 |
| commit | f1f1f9f2aea725663499f449961027df2b38e296 (patch) | |
| tree | c79e7af878791bd20b845f8340caeea3cc57ea66 /src/geod.c | |
| parent | 927b539faa5686624d2681ffeadad827e583365c (diff) | |
| download | PROJ-f1f1f9f2aea725663499f449961027df2b38e296.tar.gz PROJ-f1f1f9f2aea725663499f449961027df2b38e296.zip | |
replacement of geodesic engine with one from Charles Karney (#197)
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2297 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'src/geod.c')
| -rw-r--r-- | src/geod.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ /* <<<< Geodesic filter program >>>> */ # include "projects.h" -# include "geodesic.h" +# include "geod_interface.h" # include "emess.h" # include <ctype.h> # include <stdio.h> |
