aboutsummaryrefslogtreecommitdiff
path: root/Source/Utils/WarpXAlgorithmSelection.cpp
diff options
context:
space:
mode:
authorGravatar Remi Lehe <remi.lehe@normalesup.org> 2019-08-07 20:38:59 -0700
committerGravatar GitHub <noreply@github.com> 2019-08-07 20:38:59 -0700
commit790632d05b304fbda6029fbc254c7e3146e417ed (patch)
treec96c7fb3e1bfc8c77f035aca8d0fbc9f2ee1e94c /Source/Utils/WarpXAlgorithmSelection.cpp
parenta632ec172a2a2993b2be67ad6977f27c881d8e45 (diff)
parentc12947dd723041c9fb8238d48c79dbf2226393ab (diff)
downloadWarpX-790632d05b304fbda6029fbc254c7e3146e417ed.tar.gz
WarpX-790632d05b304fbda6029fbc254c7e3146e417ed.tar.zst
WarpX-790632d05b304fbda6029fbc254c7e3146e417ed.zip
Merge pull request #255 from ECP-WarpX/convert_RZ
Convert 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 }