diff options
author | 2019-11-13 13:46:14 -0800 | |
---|---|---|
committer | 2019-11-13 13:46:14 -0800 | |
commit | 6e7384d29f834a7853f4433258edbc5163366765 (patch) | |
tree | d5cb6007c7ef4d9a0c03165bb932a0522420a6f1 | |
parent | 3ded8315e5ec4dfdeafb9652276eecdb15ab1663 (diff) | |
download | WarpX-6e7384d29f834a7853f4433258edbc5163366765.tar.gz WarpX-6e7384d29f834a7853f4433258edbc5163366765.tar.zst WarpX-6e7384d29f834a7853f4433258edbc5163366765.zip |
Checkout GNUmakefile
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 |