aboutsummaryrefslogtreecommitdiff
path: root/Source/Python/WarpXWrappers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Python/WarpXWrappers.cpp')
-rw-r--r--Source/Python/WarpXWrappers.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/Python/WarpXWrappers.cpp b/Source/Python/WarpXWrappers.cpp
index 6ee06a7d5..16d7cd841 100644
--- a/Source/Python/WarpXWrappers.cpp
+++ b/Source/Python/WarpXWrappers.cpp
@@ -5,6 +5,7 @@
#include <WarpXWrappers.h>
#include <WarpXParticleContainer.H>
#include <WarpX.H>
+#include <WarpXUtil.H>
#include <WarpX_py.H>
namespace
@@ -170,6 +171,11 @@ extern "C"
myspc.AddNParticles(lev, lenx, x, y, z, vx, vy, vz, nattr, attr, uniqueparticles);
}
+ void warpx_ConvertLabParamsToBoost()
+ {
+ ConvertLabParamsToBoost();
+ }
+
double warpx_getProbLo(int dir)
{
WarpX& warpx = WarpX::GetInstance();