1d_fd_simple_shear

continuum model for granular flows with pore-pressure dynamics
git clone git://src.adamsgaard.dk/1d_fd_simple_shear
Log | Files | Refs | README | LICENSE Back to index

commit 0ff63f4ba9cd7f4e6ee2b46f2621b0508e3917fd
parent 6bd6591677e6c6ebbd6d73bf94cae4e2cfdb3863
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  6 Mar 2020 07:10:19 +0100

Fix typo in help text

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

diff --git a/1d_fd_simple_shear.c b/1d_fd_simple_shear.c @@ -35,7 +35,7 @@ usage(void) dprintf(2, "usage: %s [-FNThv] " "[-g gravity-accel] [-d grain-size] [-r grain-density] " "[-m grain-friction] [-c grain-cohesion] " - "[-A grain-nonlocal-ampl] [-b grain-rate-dependance] " + "[-A grain-nonlocal-ampl] [-b grain-rate-dependence] " "[-p grain-porosity] [-y min-porosity] [-Y max-porosity] " "[-K dilatancy-constant] " "[-n normal-stress] [-f applied-shear-friction] "