From 9d5550539a8902d585fd8a913475e2fded44b838 Mon Sep 17 00:00:00 2001 From: Remi Lehe Date: Wed, 10 Apr 2019 11:09:42 -0700 Subject: Convert box size to boosted frame, when using Python `step` function --- Source/Python/WarpXWrappers.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Source/Python/WarpXWrappers.h') 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); -- cgit v1.2.3