diff --git a/Src/Particle/AMReX_ParIter.H b/Src/Particle/AMReX_ParIter.H index b14c5849842..1e8d3782c89 100644 --- a/Src/Particle/AMReX_ParIter.H +++ b/Src/Particle/AMReX_ParIter.H @@ -257,7 +257,7 @@ template class Allocator=DefaultAllocator> using ParIterBaseSoA = ParIterBase_impl, T_NArrayReal, T_NArrayInt, Allocator>; -template class Allocator=DefaultAllocator> using ParConstIter = ParConstIter_impl, T_NArrayReal, T_NArrayInt, Allocator>;