[GRASS-SVN] r66303 - grass-addons/grass7/imagery/i.spec.sam

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Sep 23 02:22:52 PDT 2015


Author: ychemin
Date: 2015-09-23 02:22:52 -0700 (Wed, 23 Sep 2015)
New Revision: 66303

Modified:
   grass-addons/grass7/imagery/i.spec.sam/main.c
Log:
continuing the modification towards Gmath

Modified: grass-addons/grass7/imagery/i.spec.sam/main.c
===================================================================
--- grass-addons/grass7/imagery/i.spec.sam/main.c	2015-09-23 09:21:32 UTC (rev 66302)
+++ grass-addons/grass7/imagery/i.spec.sam/main.c	2015-09-23 09:22:52 UTC (rev 66303)
@@ -50,8 +50,7 @@
 void spectral_angle();
 CELL myround(double x);
 
-int main(argc,argv) 
-char *argv[];
+int main(int argc,char * argv[])
 {
     int nrows, ncols;
     int row, col;



More information about the grass-commit mailing list