[GRASS-SVN] r30889 - grass-addons/gipe/i.eb.h_SEBAL95

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Apr 7 09:13:32 EDT 2008


Author: ychemin
Date: 2008-04-07 09:13:32 -0400 (Mon, 07 Apr 2008)
New Revision: 30889

Modified:
   grass-addons/gipe/i.eb.h_SEBAL95/main.c
Log:
Bug fixed

Modified: grass-addons/gipe/i.eb.h_SEBAL95/main.c
===================================================================
--- grass-addons/gipe/i.eb.h_SEBAL95/main.c	2008-04-07 11:16:02 UTC (rev 30888)
+++ grass-addons/gipe/i.eb.h_SEBAL95/main.c	2008-04-07 13:13:32 UTC (rev 30889)
@@ -453,7 +453,7 @@
 		DCELL d_dem; 		/* Input raster */
 		DCELL d;	/* Output pixel */
 		DCELL d_t0dem;	/* Generated here */
-
+		G_percent(row,nrows,2);
 		/* read a line input maps into buffers*/	
 		if (G_get_d_raster_row (infd_T, inrast_T, row) < 0)
 			G_fatal_error (_("Could not read from <%s>"),T);



More information about the grass-commit mailing list