@@ -47,15 +47,15 @@ contains
4747 ! call s_check_patch_geometry(i)
4848 call s_int_to_str(i, iStr)
4949 @:PROHIBIT(patch_icpp(i)%geometry == 6 , " Invalid patch geometry number. " // &
50- " patch_icpp(" // trim (iStr)// " )%geometry is deprecated." )
50+ " patch_icpp(" // trim (iStr)// " )%geometry is deprecated." )
5151 @:PROHIBIT(patch_icpp(i)%geometry == 7 , " Invalid patch geometry number. " // &
52- " patch_icpp(" // trim (iStr)// " )%geometry is deprecated." )
52+ " patch_icpp(" // trim (iStr)// " )%geometry is deprecated." )
5353 @:PROHIBIT(patch_icpp(i)%geometry == 13 , " Invalid patch geometry number. " // &
54- " patch_icpp(" // trim (iStr)// " )%geometry is deprecated." )
54+ " patch_icpp(" // trim (iStr)// " )%geometry is deprecated." )
5555 @:PROHIBIT(patch_icpp(i)%geometry == 15 , " Invalid patch geometry number. " // &
56- " patch_icpp(" // trim (iStr)// " )%geometry is deprecated." )
56+ " patch_icpp(" // trim (iStr)// " )%geometry is deprecated." )
5757 @:PROHIBIT(patch_icpp(i)%geometry == dflt_int, " Invalid patch geometry number. " // &
58- " patch_icpp(" // trim (iStr)// " )%geometry must be set." )
58+ " patch_icpp(" // trim (iStr)// " )%geometry must be set." )
5959
6060 ! Constraints on the geometric initial condition patch parameters
6161 if (patch_icpp(i)%geometry == 1 ) then
@@ -90,8 +90,8 @@ contains
9090 end if
9191 else
9292 @:PROHIBIT(patch_icpp(i)%geometry .ne. dflt_int, " Inactive patch defined. " // &
93- " patch_ib(" // trim (iStr)// " )%geometry not be set for inactive patches. " // &
94- " Patch " // trim (iStr)// " is inactive as the number of patches is " // trim (num_patches_str))
93+ " patch_ib(" // trim (iStr)// " )%geometry not be set for inactive patches. " // &
94+ " 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
9797 end do
0 commit comments