[GRASS-SVN] r34211 -
grass/branches/develbranch_6/raster/simwe/simlib
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Nov 9 19:18:14 EST 2008
Author: helena
Date: 2008-11-09 19:18:14 -0500 (Sun, 09 Nov 2008)
New Revision: 34211
Modified:
grass/branches/develbranch_6/raster/simwe/simlib/waterglobs.h
Log:
old site related code commented out (merge from trunk 34073)
Modified: grass/branches/develbranch_6/raster/simwe/simlib/waterglobs.h
===================================================================
--- grass/branches/develbranch_6/raster/simwe/simlib/waterglobs.h 2008-11-09 23:55:48 UTC (rev 34210)
+++ grass/branches/develbranch_6/raster/simwe/simlib/waterglobs.h 2008-11-10 00:18:14 UTC (rev 34211)
@@ -11,8 +11,12 @@
#define GLOBAL extern
#endif
+/*
GLOBAL FILE *fdelevin, *fddxin, *fddyin, *fdrain, *fdinfil, *fdtraps,
*fdmanin, *fddepth, *fddisch, *fderr, *fdoutwalk, *fdwalkers;
+*/
+GLOBAL FILE *fdelevin, *fddxin, *fddyin, *fdrain, *fdinfil, *fdtraps,
+ *fdmanin, *fddepth, *fddisch, *fderr;
GLOBAL FILE *fdwdepth, *fddetin, *fdtranin, *fdtauin, *fdtc, *fdet, *fdconc,
*fdflux, *fderdep;
GLOBAL FILE *fdsfile, *fw;
@@ -24,11 +28,11 @@
GLOBAL char *infil;
GLOBAL char *traps;
GLOBAL char *manin;
-GLOBAL char *sfile;
+/* GLOBAL char *sfile; */
GLOBAL char *depth;
GLOBAL char *disch;
GLOBAL char *err;
-GLOBAL char *outwalk;
+/* GLOBAL char *outwalk; */
GLOBAL char *mapset;
GLOBAL char *mscale;
GLOBAL char *tserie;
@@ -77,9 +81,11 @@
double z1;
};
+/*
GLOBAL struct Point *points;
GLOBAL int npoints;
GLOBAL int npoints_alloc;
+*/
GLOBAL int input_data(void);
GLOBAL int seeds(long int, long int);
@@ -114,11 +120,12 @@
GLOBAL float **dc, **tau, **er, **ct, **trap;
GLOBAL float **dif;
-GLOBAL double vavg[MAXW][2], stack[MAXW][3], w[MAXW][3];
+/* GLOBAL double vavg[MAXW][2], stack[MAXW][3], w[MAXW][3]; */
+GLOBAL double vavg[MAXW][2], w[MAXW][3];
GLOBAL int iflag[MAXW];
GLOBAL double hbeta;
-GLOBAL int ldemo;
+/* GLOBAL int ldemo; */
GLOBAL double hhmax, sisum, vmean;
GLOBAL double infsum, infmean;
GLOBAL int maxw, maxwa, nwalk;
@@ -126,7 +133,8 @@
GLOBAL double stepx, stepy, xp0, yp0;
GLOBAL double chmean, si0, deltap, deldif, cch, hhc, halpha;
GLOBAL double eps;
-GLOBAL int maxwab, nstack;
+/* GLOBAL int maxwab, nstack; */
+GLOBAL int maxwab;
GLOBAL int iterout, mx2o, my2o;
GLOBAL int miter, nwalka, lwwfin;
GLOBAL double timec;
More information about the grass-commit
mailing list