Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/ECP-WarpX/artemis in…
Browse files Browse the repository at this point in the history
…to development
  • Loading branch information
jackieyao0114 committed May 22, 2024
2 parents 93168a7 + 4c40d29 commit bb72c3c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 24 deletions.
7 changes: 0 additions & 7 deletions LEGAL.txt

This file was deleted.

16 changes: 0 additions & 16 deletions LICENSE.txt

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ BackTransformParticleFunctor::operator () (PinnedMemoryParticleContainer& pc_dst
amrex::Real dt = warpx.getdt(0);

for (WarpXParIter pti(*m_pc_src, lev); pti.isValid(); ++pti) {
auto ptile_dst = pc_dst.DefineAndReturnParticleTile(lev, pti.index(), pti.LocalTileIndex() );
pc_dst.DefineAndReturnParticleTile(lev, pti.index(), pti.LocalTileIndex() );
}

auto& particles = m_pc_src->GetParticles(lev);
Expand Down

0 comments on commit bb72c3c

Please sign in to comment.