aboutsummaryrefslogtreecommitdiff
path: root/Source/Python/WarpXWrappers.H
diff options
context:
space:
mode:
authorGravatar Roelof Groenewald <40245517+roelof-groenewald@users.noreply.github.com> 2022-02-04 15:05:45 -0800
committerGravatar GitHub <noreply@github.com> 2022-02-04 15:05:45 -0800
commit9263e6a9832f7ec69a8cc54fda3f6f1de51caaf1 (patch)
treecd5ac71f1de829d48e7e709b59d419f4fca20c17 /Source/Python/WarpXWrappers.H
parentf236cd6d20eb4bbc742b69147af47ff6f70302f7 (diff)
downloadWarpX-9263e6a9832f7ec69a8cc54fda3f6f1de51caaf1.tar.gz
WarpX-9263e6a9832f7ec69a8cc54fda3f6f1de51caaf1.tar.zst
WarpX-9263e6a9832f7ec69a8cc54fda3f6f1de51caaf1.zip
added `local` flag to `warpx_getNumParticles` (#2828)
Diffstat (limited to 'Source/Python/WarpXWrappers.H')
-rw-r--r--Source/Python/WarpXWrappers.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Python/WarpXWrappers.H b/Source/Python/WarpXWrappers.H
index 817c1de73..f4fa2a3fd 100644
--- a/Source/Python/WarpXWrappers.H
+++ b/Source/Python/WarpXWrappers.H
@@ -78,7 +78,7 @@ extern "C" {
amrex::Real warpx_getCellSize(int dir, int lev);
- long warpx_getNumParticles(const char* char_species_name);
+ long warpx_getNumParticles(const char* char_species_name, const bool local);
amrex::ParticleReal** warpx_getParticleStructs(
const char* char_species_name, int lev, int* num_tiles,