Skip to content

Commit 8adf716

Browse files
mic84WeiqunZhang
authored andcommitted
Fix #ifdef inconsistency
1 parent b8434d3 commit 8adf716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Base/AMReX_filcc_mod.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module amrex_filcc_module
2020
#if (AMREX_SPACEDIM == 2)
2121
public :: amrex_hoextraptocc_2d
2222
#endif
23-
#ifdef AMREX_USE_CUDA
23+
#if defined(AMREX_USE_CUDA) && defined(AMREX_USE_GPU_PRAGMA)
2424
public :: amrex_filccn_device
2525
#endif
2626

0 commit comments

Comments
 (0)