cngf-pf

continuum model for granular flows with pore-pressure dynamics (renamed from 1d_fd_simple_shear)
git clone git://src.adamsgaard.dk/cngf-pf # fast
git clone https://src.adamsgaard.dk/cngf-pf.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit f36482758fdcf502bc8934b5a14aa13604d01d7b
parent 6c74a63b8a9ba3cb36fd780ebd779c69ef4d455a
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 17 Nov 2020 14:11:58 +0100

fluid.c: enable stray DEBUG definition

For debugging, compile with `make CFLAGS=-DDEBUG`

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

diff --git a/fluid.c b/fluid.c @@ -3,8 +3,6 @@ #include "simulation.h" #include "arrays.h" -/* #define DEBUG true */ - void hydrostatic_fluid_pressure_distribution(struct simulation *sim) {