tFix hanging indent - cngf-pf - continuum model for granular flows with pore-pressure dynamics (renamed from 1d_fd_simple_shear)
 (HTM) git clone git://src.adamsgaard.dk/cngf-pf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 561018bfb5915a45d9340eb3e1268a0c9e3a4b43
 (DIR) parent 95a632d01205e7797ef2c0dccb5a5f7a71905981
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Wed,  6 May 2020 12:40:12 +0200
       
       Fix hanging indent
       
       Diffstat:
         M fluid.c                             |       8 ++++----
       
       1 file changed, 4 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/fluid.c b/fluid.c
       t@@ -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,