aboutsummaryrefslogtreecommitdiff
path: root/Source/WarpXPML.H
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WarpXPML.H')
-rw-r--r--Source/WarpXPML.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WarpXPML.H b/Source/WarpXPML.H
index 4a44bedb3..c516f012d 100644
--- a/Source/WarpXPML.H
+++ b/Source/WarpXPML.H
@@ -109,7 +109,7 @@ class PML
public:
PML (const amrex::BoxArray& ba, const amrex::DistributionMapping& dm,
const amrex::Geometry* geom, const amrex::Geometry* cgeom,
- int ncell, int delta, int ref_ratio, int do_dive_cleaning);
+ int ncell, int delta, int ref_ratio, int do_dive_cleaning, int do_moving_window);
void ComputePMLFactors (amrex::Real dt, const std::string& pml_type);