Skip to content

Commit

Permalink
CarpetX: Cannot make some function private with CUDA
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed Oct 6, 2023
1 parent 33a2648 commit a8d4a30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CarpetX/src/prolongate_3d_rf2.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ public:
virtual amrex::Box CoarseBox(const amrex::Box &fine,
const amrex::IntVect &ratio) override;

#ifndef AMREX_USE_GPU
private:
#endif
void interp_per_var(const amrex::FArrayBox &crse, int crse_comp,
amrex::FArrayBox &fine, int fine_comp, int ncomp,
const amrex::Box &fine_region,
Expand Down

0 comments on commit a8d4a30

Please sign in to comment.