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 db6162b365f59fa93422ff591783b10d5c0ba523
parent 64a84fc4e4904e2645cf9202427d8796ee34ac9f
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed,  6 May 2020 19:50:53 +0200

Fix indentation in switch

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 @@ -212,7 +212,7 @@ main(int argc, char *argv[]) case 'y': sim.phi_min = atof(EARGF(usage())); break; -default: + default: usage(); } ARGEND;