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:
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)
{