Skip to content

Commit d7aa64a

Browse files
Accepted the AI review comments on some gramatical errors in the print statements
1 parent 9cb0001 commit d7aa64a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pre_process/m_check_ib_patches.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ contains
6969
end if
7070
else
7171
@:PROHIBIT(patch_ib(i)%geometry /= dflt_int, "Inactive IB patch defined. "// &
72-
"patch_ib("//trim(iStr)//")%geometry not be set for inactive patches.")
72+
"patch_ib("//trim(iStr)//")%geometry must not be set for inactive patches.")
7373
call s_check_inactive_ib_patch_geometry(i)
7474
end if
7575
end do

src/pre_process/m_check_patches.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ contains
9090
end if
9191
else
9292
@:PROHIBIT(patch_icpp(i)%geometry /= dflt_int, "Inactive patch defined. "// &
93-
"patch_ib("//trim(iStr)//")%geometry not be set for inactive patches. "// &
93+
"patch_icpp("//trim(iStr)//")%geometry not be set for inactive patches. "// &
9494
"Patch "//trim(iStr)//" is inactive as the number of patches is "//trim(num_patches_str))
9595
call s_check_inactive_patch_geometry(i)
9696
end if

0 commit comments

Comments
 (0)