Skip to content

Commit e70be51

Browse files
committed
Check if num_patches mismatches the specified patches
1 parent da261e3 commit e70be51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pre_process/m_check_patches.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ contains
3232

3333
integer :: i
3434

35-
do i = 1, num_patches
35+
do i = 1, num_patches_max
3636
if (i <= num_patches) then
3737
! call s_check_patch_geometry(i)
3838

0 commit comments

Comments
 (0)