We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf4f611 commit 03c9c66Copy full SHA for 03c9c66
src/pre_process/m_checker.fpp
@@ -246,8 +246,8 @@ contains
246
247
! Incompatible BC check
248
@: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))
+ (patch_bc(i)%type == -1) .or. patch_bc(i)%type < -17), &
+ "Incompatible BC type for boundary condition patch "//trim(iStr))
251
end do
252
253
end subroutine
0 commit comments