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.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/Python/WarpXWrappers.cpp b/Source/Python/WarpXWrappers.cpp
index e87a20a7a..495e07e54 100644
--- a/Source/Python/WarpXWrappers.cpp
+++ b/Source/Python/WarpXWrappers.cpp
@@ -213,6 +213,11 @@ extern "C"
ConvertLabParamsToBoost();
}
+ void warpx_CheckGriddingForRZSpectral()
+ {
+ CheckGriddingForRZSpectral();
+ }
+
amrex::Real warpx_getProbLo(int dir)
{
WarpX& warpx = WarpX::GetInstance();