diff options
Diffstat (limited to 'Source/Python/WarpXWrappers.h')
-rw-r--r-- | Source/Python/WarpXWrappers.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |