diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-04-23 14:17:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-23 14:17:37 +0200 |
| commit | 93db7b7b16f8904e23a7516079708ec82977fad3 (patch) | |
| tree | a02f038f3c058ad01d5514c0d1d10a886bc2f56f /src/gie.c | |
| parent | e833dbb8d8d5df290bc76bd1d757bf36b62ecf49 (diff) | |
| parent | 6f640d76e13cb643574b44b7498d51ecff6fb83e (diff) | |
| download | PROJ-93db7b7b16f8904e23a7516079708ec82977fad3.tar.gz PROJ-93db7b7b16f8904e23a7516079708ec82977fad3.zip | |
Merge pull request #937 from kbevers/c99-math-module
Collect custom C99 math functions in proj_math.h
Diffstat (limited to 'src/gie.c')
| -rw-r--r-- | src/gie.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -114,6 +114,7 @@ Thomas Knudsen, thokn@sdfe.dk, 2017-10-01/2017-10-08 #include "proj.h" #include "proj_internal.h" +#include "proj_math.h" #include "projects.h" #include "optargpm.h" |
