diff options
Diffstat (limited to 'Source/Python')
-rw-r--r-- | Source/Python/WarpXWrappers.cpp | 4 | ||||
-rw-r--r-- | Source/Python/WarpXWrappers.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Source/Python/WarpXWrappers.cpp b/Source/Python/WarpXWrappers.cpp index 7b12c2781..db1f03e4a 100644 --- a/Source/Python/WarpXWrappers.cpp +++ b/Source/Python/WarpXWrappers.cpp @@ -98,9 +98,9 @@ extern "C" return WarpX::use_fdtd_nci_corr; } - int warpx_l_lower_order_in_v() + int warpx_galerkin_interpolation() { - return WarpX::l_lower_order_in_v; + return WarpX::galerkin_interpolation; } int warpx_nComps() diff --git a/Source/Python/WarpXWrappers.h b/Source/Python/WarpXWrappers.h index bf1b305f4..766d813c2 100644 --- a/Source/Python/WarpXWrappers.h +++ b/Source/Python/WarpXWrappers.h @@ -29,7 +29,7 @@ extern "C" { bool warpx_use_fdtd_nci_corr(); - int warpx_l_lower_order_in_v(); + int warpx_galerkin_interpolation(); int warpx_nComps(); |