[GRASS-SVN] r73843 - in grass/trunk: display/d.legend.vect imagery/i.eb.hsebal01 raster/r.kappa

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 26 02:00:37 PST 2018


Author: neteler
Date: 2018-12-26 02:00:37 -0800 (Wed, 26 Dec 2018)
New Revision: 73843

Modified:
   grass/trunk/display/d.legend.vect/main.c
   grass/trunk/imagery/i.eb.hsebal01/main.c
   grass/trunk/raster/r.kappa/prt2csv_mat.c
Log:
avoid C++ style comments in C

Modified: grass/trunk/display/d.legend.vect/main.c
===================================================================
--- grass/trunk/display/d.legend.vect/main.c	2018-12-25 22:34:14 UTC (rev 73842)
+++ grass/trunk/display/d.legend.vect/main.c	2018-12-26 10:00:37 UTC (rev 73843)
@@ -23,7 +23,7 @@
 int main(int argc, char **argv)
 {
     struct GModule *module;
-//    struct Option *opt_input, *opt_sep;
+/*    struct Option *opt_input, *opt_sep; */
     struct Option *opt_at, *opt_cols, *opt_font, *opt_fontsize,
             *opt_fontcolor, *opt_title, *opt_tit_font, *opt_tit_fontsize, *opt_sub_font,
             *opt_sub_fontsize, *opt_bcolor, *opt_bgcolor, *opt_symb_size,

Modified: grass/trunk/imagery/i.eb.hsebal01/main.c
===================================================================
--- grass/trunk/imagery/i.eb.hsebal01/main.c	2018-12-25 22:34:14 UTC (rev 73842)
+++ grass/trunk/imagery/i.eb.hsebal01/main.c	2018-12-26 10:00:37 UTC (rev 73843)
@@ -520,8 +520,8 @@
     /* ITERATION 1 */
     /***************************************************/
     /***************************************************/
-    //outfd = Rast_open_old(h0, "");
-    //Rast_get_cellhd(h0, "", &cellhd);
+    /* outfd = Rast_open_old(h0, ""); */
+    /* Rast_get_cellhd(h0, "", &cellhd); */
     for (row = 0; row < nrows; row++) {
 	G_percent(row, nrows, 2);
 	/* read every cell in the line buffers */

Modified: grass/trunk/raster/r.kappa/prt2csv_mat.c
===================================================================
--- grass/trunk/raster/r.kappa/prt2csv_mat.c	2018-12-25 22:34:14 UTC (rev 73842)
+++ grass/trunk/raster/r.kappa/prt2csv_mat.c	2018-12-26 10:00:37 UTC (rev 73843)
@@ -100,8 +100,8 @@
 	    cl = "NULL";
 	  fprintf(fd, "%s\t", cl);
 	}
-	//for (cndx = first_col; cndx < last_col; cndx++)
-	//    fprintf(fd, "%ld\t", rlst[cndx]);
+	/*for (cndx = first_col; cndx < last_col; cndx++) */
+	/*    fprintf(fd, "%ld\t", rlst[cndx]); */
         fprintf(fd, "RowSum");
         fprintf(fd, "\n");
         /* body of the matrix */



More information about the grass-commit mailing list