From bea299f615af06c4e35022070e5bf1aa054f6a44 Mon Sep 17 00:00:00 2001 From: Remi Lehe Date: Fri, 30 Aug 2019 13:50:36 -0700 Subject: Remove reference to picsar --- Source/Utils/WarpXAlgorithmSelection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Utils/WarpXAlgorithmSelection.cpp') 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 // 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 maxwell_solver_algo_to_int = { {"yee", MaxwellSolverAlgo::Yee }, -- cgit v1.2.3