aboutsummaryrefslogtreecommitdiff
path: root/Source/Python/WarpXWrappers.H
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Python/WarpXWrappers.H')
-rw-r--r--Source/Python/WarpXWrappers.H6
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/Python/WarpXWrappers.H b/Source/Python/WarpXWrappers.H
index 9d4f2475b..7cded8a89 100644
--- a/Source/Python/WarpXWrappers.H
+++ b/Source/Python/WarpXWrappers.H
@@ -62,8 +62,10 @@ extern "C" {
amrex::ParticleReal const * vx,
amrex::ParticleReal const * vy,
amrex::ParticleReal const * vz,
- int nattr,
- amrex::ParticleReal const * attr,
+ const int nattr_real,
+ amrex::ParticleReal const * attr_real,
+ const int nattr_int,
+ int const * attr_int,
int uniqueparticles);
void warpx_ConvertLabParamsToBoost();