tFix long --normalize option - 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 c0f53ef2052ce364a01ceca5bf50ac7c21f7d1a6
 (DIR) parent e9f983205ea05513c2cda4ea4e899b58e22ba258
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Tue, 25 Jun 2019 15:55:46 +0200
       
       Fix long --normalize option
       
       Diffstat:
         M main.c                              |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/main.c b/main.c
       t@@ -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'},