diff options
Diffstat (limited to 'Source/Python/WarpXWrappers.cpp')
-rw-r--r-- | Source/Python/WarpXWrappers.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/Python/WarpXWrappers.cpp b/Source/Python/WarpXWrappers.cpp index be06c259e..14047067b 100644 --- a/Source/Python/WarpXWrappers.cpp +++ b/Source/Python/WarpXWrappers.cpp @@ -221,6 +221,11 @@ extern "C" ConvertLabParamsToBoost(); } + void warpx_ReadBCParams() + { + ReadBCParams(); + } + void warpx_CheckGriddingForRZSpectral() { CheckGriddingForRZSpectral(); |