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

commit 3f3eab4837248c63a8d4b499551ec2d3c596a8b8
parent 345a1eebd5f60d9c253f396fcfd2e9b2603a45a7
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 12 Dec 2019 20:48:58 +0100

Fix indentation inconsistency

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

diff --git a/max_depth_simple_shear.c b/max_depth_simple_shear.c @@ -49,7 +49,7 @@ usage(void) __func__, PROGNAME, sim.G, sim.P_wall, - sim.phi[0], + sim.phi[0], sim.rho_s, sim.beta_f, sim.mu_f,