commit a6079cd8f16165bafbdd72d9ed5f456b9069430e parent 310616e476c6991f84d411639b60b8e17896f70b Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Mon, 29 Apr 2019 18:27:14 +0200 Strip trailing whitespace Diffstat:
M | fluid.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fluid.c b/fluid.c @@ -137,7 +137,7 @@ int darcy_solver_1d( #endif p_f = sim->p_f_ghost[idx1g(i)]; - + p_f_ghost_out[idx1g(i)] = p_f + (1.0 - epsilon)*dp_f_expl[i] + epsilon*dp_f_impl[i];