tRemove unused code - 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 345a1eebd5f60d9c253f396fcfd2e9b2603a45a7
 (DIR) parent 591091ae59587e5f4cefbfa1de2c8a7a61e216f4
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Thu, 12 Dec 2019 20:29:34 +0100
       
       Remove unused code
       
       Diffstat:
         M max_depth_simple_shear.c            |       2 --
       
       1 file changed, 0 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/max_depth_simple_shear.c b/max_depth_simple_shear.c
       t@@ -17,8 +17,6 @@
        #define TOL 1e-10
        #define MAX_ITER 100
        
       -#define VERBOSE
       -
        /* uncomment to print time spent per time step to stdout */
        /* #define BENCHMARK_PERFORMANCE */