diff --git a/Tests/Particles/Mapped/AMReX_TracerParticle_mod_K.H b/Tests/Particles/Mapped/AMReX_TracerParticle_mod_K.H index c690b15fae6..15430adde5d 100644 --- a/Tests/Particles/Mapped/AMReX_TracerParticle_mod_K.H +++ b/Tests/Particles/Mapped/AMReX_TracerParticle_mod_K.H @@ -535,7 +535,6 @@ void linear_interpolate_to_particle_mapped (const P& p, amrex::Real f = b*x + c*y + d*x*y; val[comp-start_comp] = f1 + f; - val[comp-start_comp] = f1 + f; #elif (AMREX_SPACEDIM == 3) int k = p.idata(2);