aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/Resampling/Resampling.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Particles/Resampling/Resampling.cpp')
-rw-r--r--Source/Particles/Resampling/Resampling.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Particles/Resampling/Resampling.cpp b/Source/Particles/Resampling/Resampling.cpp
index 66bff5ac5..40510a05c 100644
--- a/Source/Particles/Resampling/Resampling.cpp
+++ b/Source/Particles/Resampling/Resampling.cpp
@@ -14,7 +14,7 @@
Resampling::Resampling (const std::string species_name)
{
- amrex::ParmParse pp_species_name(species_name);
+ const amrex::ParmParse pp_species_name(species_name);
std::string resampling_algorithm_string = "leveling_thinning"; // default resampling algorithm
pp_species_name.query("resampling_algorithm", resampling_algorithm_string);