aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/Resampling/ResamplingTrigger.H
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Particles/Resampling/ResamplingTrigger.H')
-rw-r--r--Source/Particles/Resampling/ResamplingTrigger.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Particles/Resampling/ResamplingTrigger.H b/Source/Particles/Resampling/ResamplingTrigger.H
index 03850cf51..ce89adab8 100644
--- a/Source/Particles/Resampling/ResamplingTrigger.H
+++ b/Source/Particles/Resampling/ResamplingTrigger.H
@@ -7,7 +7,7 @@
#ifndef WARPX_RESAMPLING_TRIGGER_H_
#define WARPX_RESAMPLING_TRIGGER_H_
-#include "Utils/IntervalsParser.H"
+#include "Utils/Parser/IntervalsParser.H"
#include <AMReX_REAL.H>
@@ -54,7 +54,7 @@ public:
private:
// Intervals that define predetermined timesteps at which resampling is performed for all
// species.
- IntervalsParser m_resampling_intervals;
+ utils::parser::IntervalsParser m_resampling_intervals;
// Average number of particles per cell above which resampling is performed for a given species
amrex::Real m_max_avg_ppc = std::numeric_limits<amrex::Real>::max();