Skip to content

Commit 70838ab

Browse files
ignore unused.
1 parent fd4e903 commit 70838ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Source/NonlinearSolvers/MatrixPC.H

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -414,13 +414,13 @@ int MatrixPC<T,Ops>::Assemble (const T& a_U)
414414
#if defined(WARPX_DIM_1D_Z)
415415
auto dof_arr = dofs_mfarrvec[lev][dir]->const_array(mfi);
416416
#elif defined(WARPX_DIM_RCYLINDER)
417-
amrex::ignore_unused(dxi);
417+
amrex::ignore_unused(dxi, BC_mask_Edir_arr);
418418
WARPX_ABORT_WITH_MESSAGE("MatrixPC<T,Ops>::Assemble() not yet implemented for WARPX_DIM_RCYLINDER");
419419
#elif defined(WARPX_DIM_RSPHERE)
420-
amrex::ignore_unused(dxi);
420+
amrex::ignore_unused(dxi, BC_mask_Edir_arr);
421421
WARPX_ABORT_WITH_MESSAGE("MatrixPC<T,Ops>::Assemble() not yet implemented for WARPX_DIM_RSPHERE");
422422
#elif defined(WARPX_DIM_RZ)
423-
amrex::ignore_unused(dxi);
423+
amrex::ignore_unused(dxi, BC_mask_Edir_arr);
424424
WARPX_ABORT_WITH_MESSAGE("MatrixPC<T,Ops>::Assemble() not yet implemented for WARPX_DIM_RZ");
425425
#elif defined(WARPX_DIM_XZ)
426426
auto dof_arr = dofs_mfarrvec[lev][dir]->const_array(mfi);

0 commit comments

Comments
 (0)