Skip to content

Commit 08bdd38

Browse files
committed
USE_FFT=TRUE
1 parent bde3a17 commit 08bdd38

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ExampleCodes/FFT/Basic/GNUmakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ TINY_PROFILE = TRUE
77
USE_MPI = TRUE
88
USE_CUDA = FALSE
99
USE_HIP = FALSE
10+
USE_FFT = TRUE
1011

1112
BL_NO_FORT = TRUE
1213

ExampleCodes/FFT/Poisson/GNUmakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ TINY_PROFILE = TRUE
77
USE_MPI = TRUE
88
USE_CUDA = FALSE
99
USE_HIP = FALSE
10+
USE_FFT = TRUE
1011

1112
BL_NO_FORT = TRUE
1213

0 commit comments

Comments
 (0)