cngf-pf

continuum model for granular flows with pore-pressure dynamics (renamed from 1d_fd_simple_shear)
git clone git://src.adamsgaard.dk/cngf-pf # fast
git clone https://src.adamsgaard.dk/cngf-pf.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit 2379b7b9d10d2e3f2e70c3e8ab39c22f2ca88189
parent ecccc7c6f2ee3f545f42326a091f43e8382ce4a2
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue,  9 Mar 2021 15:20:09 +0100

cngf-pf.c: remove stray whitespace

Diffstat:
Mcngf-pf.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cngf-pf.c b/cngf-pf.c @@ -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)