[GRASS-SVN] r67257 - grass/branches/releasebranch_7_0/lib/imagery

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


Author: neteler
Date: 2015-12-19 14:30:47 -0800 (Sat, 19 Dec 2015)
New Revision: 67257

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

Modified: grass/branches/releasebranch_7_0/lib/imagery/iscatt_core.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/imagery/iscatt_core.c	2015-12-19 22:28:25 UTC (rev 67256)
+++ grass/branches/releasebranch_7_0/lib/imagery/iscatt_core.c	2015-12-19 22:30:47 UTC (rev 67257)
@@ -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