aboutsummaryrefslogtreecommitdiff
path: root/Source/Utils/WarpXAlgorithmSelection.cpp
diff options
context:
space:
mode:
authorGravatar Remi Lehe <remi.lehe@normalesup.org> 2019-08-30 13:50:36 -0700
committerGravatar Remi Lehe <remi.lehe@normalesup.org> 2019-08-30 13:50:36 -0700
commitbea299f615af06c4e35022070e5bf1aa054f6a44 (patch)
tree25abd08dfea4187ef3f7db2ca69dffdfba304478 /Source/Utils/WarpXAlgorithmSelection.cpp
parent76d1e176f72f25a201ae419238d41892bb38d4bd (diff)
downloadWarpX-bea299f615af06c4e35022070e5bf1aa054f6a44.tar.gz
WarpX-bea299f615af06c4e35022070e5bf1aa054f6a44.tar.zst
WarpX-bea299f615af06c4e35022070e5bf1aa054f6a44.zip
Remove reference to picsar
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 24e55a77f..216199103 100644
--- a/Source/Utils/WarpXAlgorithmSelection.cpp
+++ b/Source/Utils/WarpXAlgorithmSelection.cpp
@@ -4,7 +4,7 @@
#include <cstring>
// Define dictionary with correspondance between user-input strings,
-// and corresponding integer for use inside the code (e.g. in PICSAR).
+// and corresponding integer for use inside the code
const std::map<std::string, int> maxwell_solver_algo_to_int = {
{"yee", MaxwellSolverAlgo::Yee },