Skip to content

Commit

Permalink
fix unnecessary repetition
Browse files Browse the repository at this point in the history
  • Loading branch information
RevathiJambunathan committed Jan 25, 2024
1 parent 66ba468 commit e50e9e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/Particles/Mapped/AMReX_TracerParticle_mod_K.H
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e50e9e5

Please sign in to comment.