diff options
author | 2019-10-18 10:58:14 -0700 | |
---|---|---|
committer | 2019-10-18 10:58:14 -0700 | |
commit | 2ba67328ac041fd63204359ba10a868a383e29c7 (patch) | |
tree | d63fc24d4ef9292c832d9cb5ee65d7d1b35fd3c2 /Source/Utils/WarpXAlgorithmSelection.cpp | |
parent | e21c041222c5486f46e4b0f25cd00f4bc4bcb7b0 (diff) | |
download | WarpX-2ba67328ac041fd63204359ba10a868a383e29c7.tar.gz WarpX-2ba67328ac041fd63204359ba10a868a383e29c7.tar.zst WarpX-2ba67328ac041fd63204359ba10a868a383e29c7.zip |
Modified according to MaxThevenet's comments
Diffstat (limited to '')
-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 4ad07f4f1..be9cdd118 100644 --- a/Source/Utils/WarpXAlgorithmSelection.cpp +++ b/Source/Utils/WarpXAlgorithmSelection.cpp @@ -18,7 +18,7 @@ const std::map<std::string, int> maxwell_solver_algo_to_int = { const std::map<std::string, int> particle_pusher_algo_to_int = { {"boris", ParticlePusherAlgo::Boris }, {"vay", ParticlePusherAlgo::Vay }, - {"hc", ParticlePusherAlgo::HigueraCary }, + {"higuera", ParticlePusherAlgo::HigueraCary }, {"default", ParticlePusherAlgo::Boris } }; |