Skip to content

Commit 9eab387

Browse files
committed
use c_fine_region
1 parent b2f27eb commit 9eab387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/AmrCore/AMReX_Interpolater.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1467,7 +1467,7 @@ FaceDivFree::interp_arr (Array<FArrayBox*, AMREX_SPACEDIM> const& crse,
14671467
#endif
14681468

14691469
ParallelFor(TypeList<CTOSeq<0,ncases>>{}, {rr_case},
1470-
fine_region, ncomp,
1470+
c_fine_region, ncomp,
14711471
[=] AMREX_GPU_DEVICE (int i, int j, int k, int n, auto rrc)
14721472
{
14731473
auto const* ps = (std::variant_alternative_t<rrc,Solver_t> const*)psolver_d;

0 commit comments

Comments
 (0)