diff options
Diffstat (limited to 'Source/Python/WarpXWrappers.h')
-rw-r--r-- | Source/Python/WarpXWrappers.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/Python/WarpXWrappers.h b/Source/Python/WarpXWrappers.h index 07d6f80f7..94fbb0d30 100644 --- a/Source/Python/WarpXWrappers.h +++ b/Source/Python/WarpXWrappers.h @@ -52,7 +52,9 @@ extern "C" { double* x, double* y, double* z, double* vx, double* vy, double* vz, int nattr, double* attr, int uniqueparticles); - + + void warpx_ConvertLabParamsToBoost(); + double warpx_getProbLo(int dir); double warpx_getProbHi(int dir); |