URI: 
       tFix indentation in switch - cngf-pf - continuum model for granular flows with pore-pressure dynamics (renamed from 1d_fd_simple_shear)
  HTML git clone git://src.adamsgaard.dk/cngf-pf
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit db6162b365f59fa93422ff591783b10d5c0ba523
   DIR parent 64a84fc4e4904e2645cf9202427d8796ee34ac9f
  HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Wed,  6 May 2020 19:50:53 +0200
       
       Fix indentation in switch
       
       Diffstat:
         M 1d_fd_simple_shear.c                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/1d_fd_simple_shear.c b/1d_fd_simple_shear.c
       t@@ -212,7 +212,7 @@ main(int argc, char *argv[])
                case 'y':
                        sim.phi_min = atof(EARGF(usage()));
                        break;
       -default:
       +        default:
                        usage();
                } ARGEND;