[GRASS-SVN] r67253 - grass/trunk/lib/imagery

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Dec 19 14:14:22 PST 2015


Author: mmetz
Date: 2015-12-19 14:14:22 -0800 (Sat, 19 Dec 2015)
New Revision: 67253

Modified:
   grass/trunk/lib/imagery/iscatt_core.c
Log:
imagerylib: no C++ style comments in C code

Modified: grass/trunk/lib/imagery/iscatt_core.c
===================================================================
--- grass/trunk/lib/imagery/iscatt_core.c	2015-12-19 21:34:18 UTC (rev 67252)
+++ grass/trunk/lib/imagery/iscatt_core.c	2015-12-19 22:14:22 UTC (rev 67253)
@@ -58,7 +58,7 @@
 int I_create_cat_rast(struct Cell_head *cat_rast_region, const char *cat_rast)
 {
     FILE *f_cat_rast;
-    char cat_rast_header[1024];	//TODO magic number 
+    char cat_rast_header[1024];	/* TODO magic number */
     int i_row, i_col;
     int head_nchars;
 
@@ -962,7 +962,7 @@
 	Vect_append_point(pol, polygon[i * 2], polygon[i * 2 + 1], 0.0);
     }
 
-    //Rast_set_window(rast_region);
+    /* Rast_set_window(rast_region); */
 
     make_perimeter(pol, &perimeter, rast_region);
     for (i = 1; i < perimeter.npoints; i += 2) {



More information about the grass-commit mailing list