Skip to content

Commit 26054b2

Browse files
authored
Fix a 1d bug in #4658 (#4700)
1 parent 1564e26 commit 26054b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Base/AMReX_FBI.H

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ void deterministic_fab_to_fab (Vector<Array4CopyTag<T0,T1>> const& a_tags, int s
251251
{
252252
#if (AMREX_SPACEDIM >= 2)
253253
for (int jt = tlo[1]; jt <= thi[1]; ++jt)
254-
{
255254
#endif
255+
{
256256
for (int it = tlo[0]; it <= thi[0]; ++it)
257257
{
258258
IntVect lo(AMREX_D_DECL(it*tile_size,

0 commit comments

Comments
 (0)