Skip to content

Commit ca5b219

Browse files
authored
Update Src/FFT/AMReX_FFT_OpenBCSolver.H
1 parent 2bd5ba6 commit ca5b219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/FFT/AMReX_FFT_OpenBCSolver.H

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ void OpenBCSolver<T>::setGreensFunction (F const& greens_function)
9797
#if defined(AMREX_USE_GPU)
9898
Gpu::dtod_memcpy_async
9999
#else
100-
std::memcpy
100+
std::memcpy
101101
#endif
102102
(dstfab->dataPtr(), srcfab->dataPtr(), dstfab->nBytes());
103103
} else {

0 commit comments

Comments
 (0)