File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments