Browse Source

r.topmodel: fix compile error

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@70772 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 8 years ago
parent
commit
e9c10c06bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      raster/r.topmodel/infiltration.c

+ 1 - 1
raster/r.topmodel/infiltration.c

@@ -227,7 +227,7 @@ double calculate_infiltration(int timestep, double R)
 	cumI = I;
 	/* initial guess for next time step */
 	I += dIdt * input.dt;
-	ponding = PONDING_YES
+	ponding = PONDING_YES;
     } else {
     	/* full infiltration */
 	dIdt = R;