Skip to content

Commit

Permalink
fix3
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSinn committed Oct 18, 2024
1 parent 6aca4b2 commit 28f3380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/particles/deposition/PlasmaDepositCurrent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ DepositCurrent (PlasmaParticleContainer& plasma, Fields & fields,
int(pti.numParticles()), is_valid, get_cell, deposit, isl_fab.array(),
isl_fab.box(), pti.GetParticleTile().getParticleTileData(),
amrex::GpuArray<int, 0>{},
amrex::GpuArray<int, 6{jx, jy, jz, rho, chi, rhomjz});
amrex::GpuArray<int, 6>{jx, jy, jz, rho, chi, rhomjz});
}
},
// is_valid
Expand Down

0 comments on commit 28f3380

Please sign in to comment.