We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec0ee96 commit bd972beCopy full SHA for bd972be
src/imagery/i.points.auto/find_points.c
@@ -6,10 +6,9 @@
6
#include <signal.h>
7
8
#include <grass/config.h>
9
-#ifdef HAVE_FFTW3_H
+#if defined(HAVE_FFTW3_H)
10
#include <fftw3.h>
11
-#endif
12
-#ifdef HAVE_DFFTW_H
+#elif defined(HAVE_DFFTW_H)
13
#include <dfftw.h>
14
#endif
15
src/imagery/i.points.auto/globals.h
@@ -24,8 +24,3 @@ GLOBAL char interrupt_char;
24
GLOBAL char *tempfile1;
25
GLOBAL char *tempfile2;
26
GLOBAL char *tempfile3;
27
-
28
-double row_to_northing();
29
-double col_to_easting();
30
-double northing_to_row();
31
-double easting_to_col();
0 commit comments