Skip to content

Commit 03c9c66

Browse files
committed
bug fix
1 parent cf4f611 commit 03c9c66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pre_process/m_checker.fpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ contains
246246

247247
! Incompatible BC check
248248
@:PROHIBIT(((patch_bc(i)%type >= -14 .and. patch_bc(i)%type <= -4) .or. &
249-
(patch_bc(i)%type == -1) .or. patch_bc(i)%type < -16), &
250-
"Incompatible BC type for boundary condition patch"//trim(iStr))
249+
(patch_bc(i)%type == -1) .or. patch_bc(i)%type < -17), &
250+
"Incompatible BC type for boundary condition patch "//trim(iStr))
251251
end do
252252

253253
end subroutine

0 commit comments

Comments
 (0)