[GRASS-SVN] r39799 - grass-addons/imagery/i.topo.corr

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 25 18:15:34 EST 2009


Author: neteler
Date: 2009-11-25 18:15:34 -0500 (Wed, 25 Nov 2009)
New Revision: 39799

Modified:
   grass-addons/imagery/i.topo.corr/main.c
Log:
attempt at compilation error

Modified: grass-addons/imagery/i.topo.corr/main.c
===================================================================
--- grass-addons/imagery/i.topo.corr/main.c	2009-11-25 23:05:22 UTC (rev 39798)
+++ grass-addons/imagery/i.topo.corr/main.c	2009-11-25 23:15:34 UTC (rev 39799)
@@ -21,6 +21,10 @@
 
 #include "local_proto.h"
 
+extern void eval_c_cosi(Gfile *, Gfile *, double, double);
+extern void eval_f_cosi(Gfile *, Gfile *, double, double);
+extern void eval_d_cosi(Gfile *, Gfile *, double, double);
+
 int full_open_old(Gfile * gf, char * fname)
 {
 	gf->fd = -1;



More information about the grass-commit mailing list