Skip to content

Commit

Permalink
Update Halo.h
Browse files Browse the repository at this point in the history
declaration for less permissive compilation
  • Loading branch information
AliceHarang committed Aug 21, 2023
1 parent b6f70a5 commit b029353
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Halo.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,9 @@ template <class T> __global__ void fillRightFlux(int halowidth, bool doProlongat
template <class T> __global__ void HaloFluxGPULR(Param XParam, BlockP<T> XBlock, T* z);
template <class T> __global__ void HaloFluxGPUBT(Param XParam, BlockP<T> XBlock, T* z);

template <class T> __global__ void HaloFluxGPULRnew(Param XParam, BlockP<T> XBlock, T* z);
template <class T> __global__ void HaloFluxGPUBTnew(Param XParam, BlockP<T> XBlock, T* z);


// End of global definition
#endif

0 comments on commit b029353

Please sign in to comment.