[GRASS-SVN] r40300 - grass/trunk/lib/gpde
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jan 7 09:17:07 EST 2010
Author: huhabla
Date: 2010-01-07 09:17:06 -0500 (Thu, 07 Jan 2010)
New Revision: 40300
Modified:
grass/trunk/lib/gpde/N_gwflow.c
Log:
Typo fix
Modified: grass/trunk/lib/gpde/N_gwflow.c
===================================================================
--- grass/trunk/lib/gpde/N_gwflow.c 2010-01-07 13:55:09 UTC (rev 40299)
+++ grass/trunk/lib/gpde/N_gwflow.c 2010-01-07 14:17:06 UTC (rev 40300)
@@ -556,7 +556,7 @@
*
* */
void
-N_gwflow_2d_calc_water_budgede(N_gwflow_data2d * data, N_geom_data * geom, N_array_2d * budged)
+N_gwflow_2d_calc_water_budged(N_gwflow_data2d * data, N_geom_data * geom, N_array_2d * budged)
{
int y, x, stat;
double h, hc;
@@ -617,4 +617,4 @@
G_warning("The total sum of the water balance is significant larger then 0: %g\n", sum);
return;
-}
\ No newline at end of file
+}
More information about the grass-commit
mailing list