URI:
       tUncomment SHOW_PARAMETERS by default - 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 3271084ceedc54d91dd18704de0372a5076a8ffb
   DIR parent 0dbad4fab057eba02ad5b39be5dbe145983fee64
  HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Mon,  8 Jul 2019 12:54:54 +0200
       
       Uncomment SHOW_PARAMETERS by default
       
       Diffstat:
         M simulation.c                        |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/simulation.c b/simulation.c
       t@@ -4,7 +4,7 @@
        #include "arrays.h"
        #include "simulation.h"
        
       -#define SHOW_PARAMETERS
       +/* #define SHOW_PARAMETERS */
        
        void
        prepare_arrays(struct simulation* sim)