aboutsummaryrefslogtreecommitdiff
path: root/Source/Utils/WarpXAlgorithmSelection.cpp
diff options
context:
space:
mode:
authorGravatar Dave Grote <grote1@llnl.gov> 2019-08-05 09:43:57 -0700
committerGravatar Dave Grote <grote1@llnl.gov> 2019-08-05 09:43:57 -0700
commitce63dce8b7d71c12cafe6309f6afc4c5cfc3d5c5 (patch)
treef591dc3820a69bffa6cfc36b2b2eff26d6d08692 /Source/Utils/WarpXAlgorithmSelection.cpp
parent411d953482a42070484fe780deeff4f7593c4b9e (diff)
downloadWarpX-ce63dce8b7d71c12cafe6309f6afc4c5cfc3d5c5.tar.gz
WarpX-ce63dce8b7d71c12cafe6309f6afc4c5cfc3d5c5.tar.zst
WarpX-ce63dce8b7d71c12cafe6309f6afc4c5cfc3d5c5.zip
Replaced WARPX_RZ with WARPX_DIM_RZ
Diffstat (limited to 'Source/Utils/WarpXAlgorithmSelection.cpp')
-rw-r--r--Source/Utils/WarpXAlgorithmSelection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Utils/WarpXAlgorithmSelection.cpp b/Source/Utils/WarpXAlgorithmSelection.cpp
index 2c8038ccd..3aa4eb7b7 100644
--- a/Source/Utils/WarpXAlgorithmSelection.cpp
+++ b/Source/Utils/WarpXAlgorithmSelection.cpp
@@ -8,7 +8,7 @@
const std::map<std::string, int> maxwell_solver_algo_to_int = {
{"yee", MaxwellSolverAlgo::Yee },
-#ifndef WARPX_RZ // Not available in RZ
+#ifndef WARPX_DIM_RZ // Not available in RZ
{"ckc", MaxwellSolverAlgo::CKC },
#endif
{"default", MaxwellSolverAlgo::Yee }