[GRASS-SVN] r32256 - grass-addons/gipe/i.dn2full.l5
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jul 24 09:32:56 EDT 2008
Author: ychemin
Date: 2008-07-24 09:32:56 -0400 (Thu, 24 Jul 2008)
New Revision: 32256
Modified:
grass-addons/gipe/i.dn2full.l5/main.c
Log:
Added more info out
Modified: grass-addons/gipe/i.dn2full.l5/main.c
===================================================================
--- grass-addons/gipe/i.dn2full.l5/main.c 2008-07-24 13:30:46 UTC (rev 32255)
+++ grass-addons/gipe/i.dn2full.l5/main.c 2008-07-24 13:32:56 UTC (rev 32256)
@@ -196,6 +196,13 @@
}
//printf("%f/%f/%i-%i-%i\n",sun_elevation,sun_azimuth,day,month,year);
// exit(1);
+ G_message("b1_in:%s",b1);
+ G_message("b2_in:%s",b2);
+ G_message("b3_in:%s",b3);
+ G_message("b4_in:%s",b4);
+ G_message("b5_in:%s",b5);
+ G_message("b6_in:%s",b6);
+ G_message("b7_in:%s",b7);
/********************/
//Prepare the ouput file names
More information about the grass-commit
mailing list