Skip to content

Commit

Permalink
compilation in 3D
Browse files Browse the repository at this point in the history
  • Loading branch information
RevathiJambunathan committed Jan 23, 2024
1 parent 7b3f42b commit fb8cc64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/Particles/Mapped/AMReX_TracerParticle_mod_K.H
Original file line number Diff line number Diff line change
Expand Up @@ -702,12 +702,12 @@ 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;
#elif (AMREX_SPACEDIM == 3)
int k = p.idata(2);
amrex::Abort("This is not implemented yet");
#endif

val[comp-start_comp] = f1 + f;
#endif
} // comp
}

Expand Down

0 comments on commit fb8cc64

Please sign in to comment.