[GRASS-SVN] r66635 - grass/trunk/imagery/i.modis.qc

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Oct 28 03:36:18 PDT 2015


Author: ychemin
Date: 2015-10-28 03:36:18 -0700 (Wed, 28 Oct 2015)
New Revision: 66635

Modified:
   grass/trunk/imagery/i.modis.qc/main.c
Log:
added a debug line

Modified: grass/trunk/imagery/i.modis.qc/main.c
===================================================================
--- grass/trunk/imagery/i.modis.qc/main.c	2015-10-28 10:29:53 UTC (rev 66634)
+++ grass/trunk/imagery/i.modis.qc/main.c	2015-10-28 10:36:18 UTC (rev 66635)
@@ -423,6 +423,8 @@
     /* Create New raster files */ 
     outfd = Rast_open_new(result, data_type_output);
 
+    G_debug(3, "Product is %s and QC flag is %s", product, qcflag);
+
     /* Process pixels */ 
     for (row = 0; row < nrows; row++)
     {



More information about the grass-commit mailing list