diff options
author | 2019-08-30 13:50:36 -0700 | |
---|---|---|
committer | 2019-08-30 13:50:36 -0700 | |
commit | bea299f615af06c4e35022070e5bf1aa054f6a44 (patch) | |
tree | 25abd08dfea4187ef3f7db2ca69dffdfba304478 /Source/Utils/WarpXAlgorithmSelection.cpp | |
parent | 76d1e176f72f25a201ae419238d41892bb38d4bd (diff) | |
download | WarpX-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.cpp | 2 |
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 }, |