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 591091ae59587e5f4cefbfa1de2c8a7a61e216f4
 (DIR) parent ca8ccb7316fbadd9ccda13b7e722e1d965f20aa0
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Thu, 12 Dec 2019 20:27:41 +0100
       
       Remove unused code
       
       Diffstat:
         M max_depth_simple_shear.c            |      10 ----------
       
       1 file changed, 0 insertions(+), 10 deletions(-)
       ---
 (DIR) diff --git a/max_depth_simple_shear.c b/max_depth_simple_shear.c
       t@@ -6,7 +6,6 @@
        #include <time.h>
        
        #include "simulation.h"
       -/* #include "fluid.h" */
        
        #define PROGNAME "max_depth_simple_shear"
        
       t@@ -294,13 +293,6 @@ main(int argc, char* argv[])
                        for (i=0; i<sim.nz; ++i)
                                sim.k[i] = new_k;
        
       -        /*lithostatic_pressure_distribution(&sim);*/
       -
       -        /*if (sim.fluid) {
       -                hydrostatic_fluid_pressure_distribution(&sim);
       -                set_largest_fluid_timestep(&sim, 0.5);
       -        }*/
       -
                check_simulation_parameters(&sim);
        
                depth = 0.0;
       t@@ -326,8 +318,6 @@ main(int argc, char* argv[])
                               depth_limit1,
                               depth_limit2,
                               TOL);
       -
       -                /* printf("%g\t%g\n", diff, res_norm); */
                }
        
        #ifdef BENCHMARK_PERFORMANCE