tStrip trailing whitespace - 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 a6079cd8f16165bafbdd72d9ed5f456b9069430e
 (DIR) parent 310616e476c6991f84d411639b60b8e17896f70b
 (HTM) 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(-)
       ---
 (DIR) diff --git a/fluid.c b/fluid.c
       t@@ -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];