Skip to content

Commit af07c6f

Browse files
Clean #ifdef around default RunOn declaration (#4580)
This PR replaces ``` #if defined(AMREX_USE_GPU) template <RunOn run_on> #else template <RunOn run_on=RunOn::Host> #endif ``` with ``` template <RunOn run_on AMREX_DEFAULT_RUNON> ```
1 parent 5bd9494 commit af07c6f

File tree

4 files changed

+148
-710
lines changed

4 files changed

+148
-710
lines changed

0 commit comments

Comments
 (0)