diff options
| author | Thomas Knudsen <knudsen.thomas@gmail.com> | 2016-05-20 00:44:56 +0200 |
|---|---|---|
| committer | Thomas Knudsen <knudsen.thomas@gmail.com> | 2016-05-20 00:44:56 +0200 |
| commit | 8b4c079485a68593b810ebfc14848ef6bc7864fa (patch) | |
| tree | 5f8bf20027529b6365caba608d5372e19fce4fb3 /src/test228.c | |
| parent | 1384b978373cead004211d8548518373d1f4950c (diff) | |
| parent | 605dc6f3b47bf72c61712b275284212c66e541d0 (diff) | |
| download | PROJ-8b4c079485a68593b810ebfc14848ef6bc7864fa.tar.gz PROJ-8b4c079485a68593b810ebfc14848ef6bc7864fa.zip | |
Merge pull request #373 from busstoptaktik/sdfe-refactor-macros--and-repair-generic-constructor-bug
First steps toward simplified macros/internals
Diffstat (limited to 'src/test228.c')
| -rw-r--r-- | src/test228.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/test228.c b/src/test228.c index cdfc8650..a8e55c4c 100644 --- a/src/test228.c +++ b/src/test228.c @@ -1,4 +1,6 @@ #include <proj_api.h> +#include <stdio.h> /* for printf declaration */ + #ifdef _WIN32 @@ -33,7 +35,7 @@ void* thread_main(void* unused) p_OSGB36_proj=pj_init_plus_ctx(p_proj_ctxt, "+proj=longlat +ellps=airy +datum=OSGB36 +nadgrids=OSTN02_NTv2.gsb " "+no_defs"); - + while(run) { double x, y; @@ -73,4 +75,4 @@ int main(int argc, char* argv[]) return 0; } -#endif /* _WIN32 */
\ No newline at end of file +#endif /* _WIN32 */ |
