Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf committed Jun 24, 2024
1 parent 9ef9cf5 commit cd3036e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions amr-wind/wind_energy/ABLBoundaryPlane.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ void InletData::read_data(
const auto nelems = bx.numPts() * nc;
amrex::Gpu::copyAsync(
amrex::Gpu::hostToDevice, h_datn.dataPtr(nstart),
h_datn.dataPtr(nstart) + nelems,
(*m_data_n[ori])[lev].dataPtr(nstart));
h_datn.dataPtr(nstart) + nelems, (*m_data_n[ori])[lev].dataPtr(nstart));
amrex::Gpu::copyAsync(
amrex::Gpu::hostToDevice, h_datnp1.dataPtr(nstart),
h_datnp1.dataPtr(nstart) + nelems,
Expand Down

0 comments on commit cd3036e

Please sign in to comment.