git-svn-id: https://svn.osgeo.org/grass/grass/trunk@70772 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -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;