diff options
Diffstat (limited to '')
-rw-r--r-- | GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index 5cd8f99e4..ef86420f6 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -5,8 +5,8 @@ OPENBC_HOME ?= ../openbc_poisson DEBUG = FALSE #DEBUG = TRUE -DIM = 2 -#DIM = 3 +#DIM = 2 +DIM = 3 #QED = TRUE #QED_TABLE_GEN = TRUE |