commit 3271084ceedc54d91dd18704de0372a5076a8ffb parent 0dbad4fab057eba02ad5b39be5dbe145983fee64 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Mon, 8 Jul 2019 12:54:54 +0200 Uncomment SHOW_PARAMETERS by default Diffstat:
M | simulation.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/simulation.c b/simulation.c @@ -4,7 +4,7 @@ #include "arrays.h" #include "simulation.h" -#define SHOW_PARAMETERS +/* #define SHOW_PARAMETERS */ void prepare_arrays(struct simulation* sim)