Skip to content

Commit 7b569be

Browse files
authored
FilFC: Fix a copy-paste typo (#5240)
1 parent 8269d8e commit 7b569be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Base/AMReX_FilFC_3D_C.H

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ struct FilfcFace
100100
{
101101
if (i > ihi + 1)
102102
{
103-
q(i,j,k,n) = q(ilo,j,k,n);
103+
q(i,j,k,n) = q(ihi,j,k,n);
104104
}
105105
// i == ihi+1
106106
else

0 commit comments

Comments
 (0)