1d_fd_simple_shear

continuum model for granular flows with pore-pressure dynamics
git clone git://src.adamsgaard.dk/1d_fd_simple_shear
Log | Files | Refs | README | LICENSE

commit 345a1eebd5f60d9c253f396fcfd2e9b2603a45a7
parent 591091ae59587e5f4cefbfa1de2c8a7a61e216f4
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 12 Dec 2019 20:29:34 +0100

Remove unused code

Diffstat:
Mmax_depth_simple_shear.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/max_depth_simple_shear.c b/max_depth_simple_shear.c @@ -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 */