File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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);
You can’t perform that action at this time.
0 commit comments