[GRASS-SVN] r34149 - grass/trunk/imagery/i.vi
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Nov 3 00:30:27 EST 2008
Author: neteler
Date: 2008-11-03 00:30:27 -0500 (Mon, 03 Nov 2008)
New Revision: 34149
Added:
grass/trunk/imagery/i.vi/vari.c
Log:
stub added to get code compiled
Added: grass/trunk/imagery/i.vi/vari.c
===================================================================
--- grass/trunk/imagery/i.vi/vari.c (rev 0)
+++ grass/trunk/imagery/i.vi/vari.c 2008-11-03 05:30:27 UTC (rev 34149)
@@ -0,0 +1,18 @@
+#include<stdio.h>
+#include<math.h>
+#include<stdlib.h>
+
+ /*VARI: ? */
+double va_ri(double redchan, double nirchan, double bluechan,
+ double greenchan)
+{
+ double result;
+
+ {
+
+ G_fatal_error("Not yet implemented");
+
+ } return result;
+}
+
+
Property changes on: grass/trunk/imagery/i.vi/vari.c
___________________________________________________________________
Name: svn:eol-style
+ native
More information about the grass-commit
mailing list