Skip to content

Commit

Permalink
Test: Fix CUDA Charge Deposition (ECP-WarpX#447)
Browse files Browse the repository at this point in the history
Fix typo.
  • Loading branch information
ax3l authored Oct 21, 2023
1 parent 80e6620 commit 8b6c95e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/python/test_charge_deposition.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ def test_charge_deposition(save_png=True):
rho.dm(),
rho.n_comp(),
rho.n_grow_vect(),
amr.MFInfo().set_arena(amrex.The_Pinned_Arena()),
amr.MFInfo().set_arena(amr.The_Pinned_Arena()),
)
amrex.dtoh_memcpy(rho_host, rho)
amr.dtoh_memcpy(rho_host, rho)
else:
rho_host = rho

Expand Down

0 comments on commit 8b6c95e

Please sign in to comment.