[GRASS-SVN] r73844 - in grass/branches/releasebranch_7_6: display/d.legend.vect raster/r.kappa

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 26 02:11:24 PST 2018


Author: neteler
Date: 2018-12-26 02:11:24 -0800 (Wed, 26 Dec 2018)
New Revision: 73844

Modified:
   grass/branches/releasebranch_7_6/display/d.legend.vect/main.c
   grass/branches/releasebranch_7_6/raster/r.kappa/prt2csv_mat.c
Log:
avoid C++ style comments in C

Modified: grass/branches/releasebranch_7_6/display/d.legend.vect/main.c
===================================================================
--- grass/branches/releasebranch_7_6/display/d.legend.vect/main.c	2018-12-26 10:00:37 UTC (rev 73843)
+++ grass/branches/releasebranch_7_6/display/d.legend.vect/main.c	2018-12-26 10:11:24 UTC (rev 73844)
@@ -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/branches/releasebranch_7_6/raster/r.kappa/prt2csv_mat.c
===================================================================
--- grass/branches/releasebranch_7_6/raster/r.kappa/prt2csv_mat.c	2018-12-26 10:00:37 UTC (rev 73843)
+++ grass/branches/releasebranch_7_6/raster/r.kappa/prt2csv_mat.c	2018-12-26 10:11:24 UTC (rev 73844)
@@ -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