[GRASS-SVN] r30180 - grass/trunk/raster/simwe/simlib
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Feb 16 00:37:39 EST 2008
Author: helena
Date: 2008-02-16 00:37:39 -0500 (Sat, 16 Feb 2008)
New Revision: 30180
Modified:
grass/trunk/raster/simwe/simlib/waterglobs.h
Log:
rain and man values added
Modified: grass/trunk/raster/simwe/simlib/waterglobs.h
===================================================================
--- grass/trunk/raster/simwe/simlib/waterglobs.h 2008-02-16 05:36:45 UTC (rev 30179)
+++ grass/trunk/raster/simwe/simlib/waterglobs.h 2008-02-16 05:37:39 UTC (rev 30180)
@@ -41,11 +41,14 @@
GLOBAL char *flux;
GLOBAL char *erdep;
+GLOBAL char *rainval;
+GLOBAL char *maninval;
+
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;
+*detin,*tranin,*tauin,*tc,*et,*conc,*flux,*erdep,*rainval,*maninval;
} parm;
@@ -124,4 +127,9 @@
GLOBAL double timec;
GLOBAL int ts, timesec;
+GLOBAL double rain_val;
+GLOBAL double manin_val;
+
+GLOBAL struct History history; /* holds meta-data (title, comments,..) */
+
#endif /* __WATERGLOBS_H__ */
More information about the grass-commit
mailing list