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.cpp4
1 files changed, 2 insertions, 2 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()