Skip to content

Commit

Permalink
Update Src/FFT/AMReX_FFT_OpenBCSolver.H
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang authored Nov 7, 2024
1 parent 2bd5ba6 commit ca5b219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/FFT/AMReX_FFT_OpenBCSolver.H
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ void OpenBCSolver<T>::setGreensFunction (F const& greens_function)
#if defined(AMREX_USE_GPU)
Gpu::dtod_memcpy_async
#else
std::memcpy
std::memcpy
#endif
(dstfab->dataPtr(), srcfab->dataPtr(), dstfab->nBytes());
} else {
Expand Down

0 comments on commit ca5b219

Please sign in to comment.