Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren committed Jun 18, 2019
1 parent 9d45618 commit 7f9c319
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Src/LinearSolvers/MLMG/AMReX_MLEBTensorOp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,6 @@ MLEBTensorOp::applyBCTensor (int amrlev, int mglev, MultiFab& vel,
for (OrientationIter face; face; ++face) {
Orientation ori = face();
const int iface = ori;
const int idir = ori.coordDir();
for (int icomp = 0; icomp < AMREX_SPACEDIM; ++icomp) {
bct[iface*AMREX_SPACEDIM+icomp] = bdcv[icomp][ori];
bcl[iface*AMREX_SPACEDIM+icomp] = bdlv[icomp][ori];
Expand Down

0 comments on commit 7f9c319

Please sign in to comment.