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 c0f53ef2052ce364a01ceca5bf50ac7c21f7d1a6
parent e9f983205ea05513c2cda4ea4e899b58e22ba258
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 25 Jun 2019 15:55:46 +0200

Fix long --normalize option

Diffstat:
Mmain.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/main.c b/main.c @@ -100,6 +100,7 @@ int main(int argc, char* argv[]) const struct option longopts[] = { {"help", no_argument, NULL, 'h'}, {"version", no_argument, NULL, 'v'}, + {"normalize", no_argument, NULL, 'N'}, {"gravity", required_argument, NULL, 'G'}, {"normal-stress", required_argument, NULL, 'P'}, {"stress-ratio", required_argument, NULL, 'm'},