tFix indentation inconsistency - 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 3f3eab4837248c63a8d4b499551ec2d3c596a8b8
(DIR) parent 345a1eebd5f60d9c253f396fcfd2e9b2603a45a7
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 12 Dec 2019 20:48:58 +0100
Fix indentation inconsistency
Diffstat:
M max_depth_simple_shear.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/max_depth_simple_shear.c b/max_depth_simple_shear.c
t@@ -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,