Skip to content

Commit

Permalink
Fix #ifdef inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
mic84 authored and WeiqunZhang committed Apr 1, 2019
1 parent b8434d3 commit 8adf716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Base/AMReX_filcc_mod.F90
Expand Up @@ -20,7 +20,7 @@ module amrex_filcc_module
#if (AMREX_SPACEDIM == 2)
public :: amrex_hoextraptocc_2d
#endif
#ifdef AMREX_USE_CUDA
#if defined(AMREX_USE_CUDA) && defined(AMREX_USE_GPU_PRAGMA)
public :: amrex_filccn_device
#endif

Expand Down

0 comments on commit 8adf716

Please sign in to comment.