Skip to content

Commit

Permalink
fix else
Browse files Browse the repository at this point in the history
  • Loading branch information
RevathiJambunathan committed Jan 5, 2022
1 parent 6d82387 commit 2e7cf66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ struct LorentzTransformParticles
#elif defined (WARPX_DIM_1D)
dst.m_aos[i_dst].pos(0) = zp;
amrex::ignore_unused(yp, zp);
#elif
#else
amrex::ignore_unused(xp, yp, zp)
#endif
dst.m_rdata[PIdx::w][i_dst] = m_wpnew[i_src];
Expand Down

0 comments on commit 2e7cf66

Please sign in to comment.