aboutsummaryrefslogtreecommitdiff
path: root/Source/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Python')
-rw-r--r--Source/Python/WarpXWrappers.cpp5
-rw-r--r--Source/Python/WarpXWrappers.h2
2 files changed, 7 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();
diff --git a/Source/Python/WarpXWrappers.h b/Source/Python/WarpXWrappers.h
index 4a649a564..bf1b305f4 100644
--- a/Source/Python/WarpXWrappers.h
+++ b/Source/Python/WarpXWrappers.h
@@ -78,6 +78,8 @@ extern "C" {
void warpx_ConvertLabParamsToBoost();
+ void warpx_CheckGriddingForRZSpectral();
+
amrex::Real warpx_getProbLo(int dir);
amrex::Real warpx_getProbHi(int dir);