tcngf-pf.c: remove stray 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 2379b7b9d10d2e3f2e70c3e8ab39c22f2ca88189
 (DIR) parent ecccc7c6f2ee3f545f42326a091f43e8382ce4a2
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Tue,  9 Mar 2021 15:20:09 +0100
       
       cngf-pf.c: remove stray whitespace
       
       Diffstat:
         M cngf-pf.c                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/cngf-pf.c b/cngf-pf.c
       t@@ -259,7 +259,7 @@ main(int argc, char *argv[])
                        }
                }
        #ifdef DEBUG
       -        fprintf(stderr, "t_val = %g \n", sim.dt);
       +        fprintf(stderr, "t_val = %g\n", sim.dt);
        #endif
        
                if (sim.dt > sim.file_dt)