[GRASS-SVN] r30204 - grass/trunk/raster/simwe/simlib
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Feb 17 00:25:59 EST 2008
Author: helena
Date: 2008-02-17 00:25:59 -0500 (Sun, 17 Feb 2008)
New Revision: 30204
Modified:
grass/trunk/raster/simwe/simlib/waterglobs.h
Log:
infiltration as value added
Modified: grass/trunk/raster/simwe/simlib/waterglobs.h
===================================================================
--- grass/trunk/raster/simwe/simlib/waterglobs.h 2008-02-17 05:25:24 UTC (rev 30203)
+++ grass/trunk/raster/simwe/simlib/waterglobs.h 2008-02-17 05:25:59 UTC (rev 30204)
@@ -43,12 +43,13 @@
GLOBAL char *rainval;
GLOBAL char *maninval;
+GLOBAL char *infilval;
GLOBAL struct
{
struct Option *elevin,*dxin,*dyin,*rain,*infil,*traps,*manin,*sfile,*depth,*disch,*err,
*outwalk,*nwalk,*niter,*outiter,*density,*diffc,*hmax,*halpha,*hbeta,*wdepth,
-*detin,*tranin,*tauin,*tc,*et,*conc,*flux,*erdep,*rainval,*maninval;
+*detin,*tranin,*tauin,*tc,*et,*conc,*flux,*erdep,*rainval,*maninval,*infilval;
} parm;
@@ -129,6 +130,7 @@
GLOBAL double rain_val;
GLOBAL double manin_val;
+GLOBAL double infil_val;
GLOBAL struct History history; /* holds meta-data (title, comments,..) */
More information about the grass-commit
mailing list