diff options
Diffstat (limited to 'Source/Python')
-rw-r--r-- | Source/Python/WarpXWrappers.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Python/WarpXWrappers.H b/Source/Python/WarpXWrappers.H index 38ba8b10f..d2d574458 100644 --- a/Source/Python/WarpXWrappers.H +++ b/Source/Python/WarpXWrappers.H @@ -46,7 +46,7 @@ extern "C" { amrex::Real warpx_getCellSize(int dir, int lev); - amrex::Real warpx_sumParticleCharge(const char* char_species_name, const bool local); + amrex::Real warpx_sumParticleCharge(const char* char_species_name, bool local); void warpx_ComputeDt (); void warpx_MoveWindow (int step, bool move_j); |