commit 561018bfb5915a45d9340eb3e1268a0c9e3a4b43
parent 95a632d01205e7797ef2c0dccb5a5f7a71905981
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 6 May 2020 12:40:12 +0200
Fix hanging indent
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/fluid.c b/fluid.c
@@ -173,10 +173,10 @@ darcy_solver_1d(struct simulation *sim,
if (isnan(sim->p_f_mod_pulse_time))
p_f_top = sim->p_f_top
- + sine_wave(sim->t,
- sim->p_f_mod_ampl,
- sim->p_f_mod_freq,
- sim->p_f_mod_phase);
+ + sine_wave(sim->t,
+ sim->p_f_mod_ampl,
+ sim->p_f_mod_freq,
+ sim->p_f_mod_phase);
else if (sim->p_f_mod_pulse_shape == 1)
p_f_top = sim->p_f_top
+ square_pulse(sim->t,