diff options
author | 2019-08-05 09:43:57 -0700 | |
---|---|---|
committer | 2019-08-05 09:43:57 -0700 | |
commit | ce63dce8b7d71c12cafe6309f6afc4c5cfc3d5c5 (patch) | |
tree | f591dc3820a69bffa6cfc36b2b2eff26d6d08692 /Source/Utils/WarpXAlgorithmSelection.cpp | |
parent | 411d953482a42070484fe780deeff4f7593c4b9e (diff) | |
download | WarpX-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.cpp | 2 |
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 } |