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 7167f40 commit 0e3e05bCopy full SHA for 0e3e05b
src/pre_process/m_checker.fpp
@@ -203,7 +203,7 @@ contains
203
integer :: i
204
character(len=5) :: iStr !< for int to string conversion
205
206
- call s_int_to_str(i, iStr)
+ call s_int_to_str(num_bc_patches_max, iStr)
207
@:PROHIBIT(num_bc_patches > num_bc_patches_max, "num_bc_patches must be <= "//trim(iStr))
208
209
do i = 1, num_bc_patches
0 commit comments