tfix indentation - 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 045b21932981d9305e59e48200a6fdaa90bcc1fb
 (DIR) parent 078115ed2d2ea0a1bf4bef788b00cce74d5df2b3
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Tue, 17 Aug 2021 11:58:40 +0200
       
       fix indentation
       
       Diffstat:
         M fluid.c                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/fluid.c b/fluid.c
       t@@ -353,7 +353,7 @@ darcy_solver_1d(struct simulation *sim,
                                        sim->p_f_dot_impl_r_norm[i] = fabs(residual(sim->p_f_next[i],
                                                                                    sim->tmp_ghost[i]));
                                r_norm_max = max(sim->p_f_dot_impl_r_norm, sim->nz - 1);
       -                  copy_values(sim->p_f_next, sim->tmp_ghost, sim->nz + 2);
       +                        copy_values(sim->p_f_next, sim->tmp_ghost, sim->nz + 2);
        
        #ifdef DEBUG
                                puts(".. p_f_ghost_new:");