aboutsummaryrefslogtreecommitdiff
path: root/Source/Utils/Parser/ParserUtils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Utils/Parser/ParserUtils.cpp')
-rw-r--r--Source/Utils/Parser/ParserUtils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Utils/Parser/ParserUtils.cpp b/Source/Utils/Parser/ParserUtils.cpp
index 149b9d885..fd56d1e3c 100644
--- a/Source/Utils/Parser/ParserUtils.cpp
+++ b/Source/Utils/Parser/ParserUtils.cpp
@@ -96,7 +96,7 @@ amrex::Parser utils::parser::makeParser (
// system of units or some form of quasi-physical behavior in the
// simulation. Thus, this needs to override any built-in
// constants.
- amrex::ParmParse pp_my_constants("my_constants");
+ const amrex::ParmParse pp_my_constants("my_constants");
// Physical / Numerical Constants available to parsed expressions
static std::map<std::string, amrex::Real> warpx_constants =