diff --git a/Src/Base/AMReX_IntegratorBase.H b/Src/Base/AMReX_IntegratorBase.H index 64ef4256a0..b7d3d42481 100644 --- a/Src/Base/AMReX_IntegratorBase.H +++ b/Src/Base/AMReX_IntegratorBase.H @@ -22,7 +22,7 @@ template struct IntegratorOps > > { - static void CreateLike (amrex::Vector >& V, const T& Other) + static void CreateLike (amrex::Vector >& V, const T& Other, bool /*dummy*/ = false) { // Emplace a new T in V with the same size as Other and get a reference V.emplace_back(std::make_unique(Other.Geom(0), Other.ParticleDistributionMap(0), Other.ParticleBoxArray(0)));