aboutsummaryrefslogtreecommitdiff
path: root/Source/Utils/WarpXUtil.cpp
diff options
context:
space:
mode:
authorGravatar RevathiJambunathan <revanathan@gmail.com> 2020-01-07 13:20:29 -0800
committerGravatar RevathiJambunathan <revanathan@gmail.com> 2020-01-07 13:20:29 -0800
commit2915558864672dbd32a3bfbd56096ac0e378056b (patch)
treef9337b3f3a4060c4e9870e2fafa2663214675ba8 /Source/Utils/WarpXUtil.cpp
parent049f99ef7841b2760d92424c7b460ff608e5e2c3 (diff)
downloadWarpX-2915558864672dbd32a3bfbd56096ac0e378056b.tar.gz
WarpX-2915558864672dbd32a3bfbd56096ac0e378056b.tar.zst
WarpX-2915558864672dbd32a3bfbd56096ac0e378056b.zip
mmodifying shiftMF to read in stored field_parser instead of parsing the function
Diffstat (limited to 'Source/Utils/WarpXUtil.cpp')
-rw-r--r--Source/Utils/WarpXUtil.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Utils/WarpXUtil.cpp b/Source/Utils/WarpXUtil.cpp
index 152eaba07..4dabee8b6 100644
--- a/Source/Utils/WarpXUtil.cpp
+++ b/Source/Utils/WarpXUtil.cpp
@@ -183,7 +183,6 @@ void Store_parserString(std::string query_string,
}
-//namespace {
WarpXParser makeParser (std::string const& parse_function)
{
WarpXParser parser(parse_function);
@@ -207,4 +206,3 @@ WarpXParser makeParser (std::string const& parse_function)
}
return parser;
}
-//}