aboutsummaryrefslogtreecommitdiff
path: root/src/test228.c
diff options
context:
space:
mode:
authorThomas Knudsen <lastname DOT firstname AT gmail DOT com>2016-05-11 13:32:50 +0200
committerThomas Knudsen <lastname DOT firstname AT gmail DOT com>2016-05-11 13:32:50 +0200
commitcb0f8f624f2ce61c7b801daf5ffe20c01b4d3783 (patch)
tree6d0cee62e66bbd6d92795a7ed6b98e0ec1ecc609 /src/test228.c
parent8da93d5e308483ad279edda9e3783b8e0e2f3f50 (diff)
downloadPROJ-cb0f8f624f2ce61c7b801daf5ffe20c01b4d3783.tar.gz
PROJ-cb0f8f624f2ce61c7b801daf5ffe20c01b4d3783.zip
Yet another round of minor corrections
A few args had gone missing in the test setups for lagrng, ob_tran, omerc, mod_ster. A mixed declarations and code case corrected in proj_rouss A missing include added to test228.c
Diffstat (limited to 'src/test228.c')
-rw-r--r--src/test228.c6
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 */