File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ contains
6262 ' is no longer supported for patch ' // trim (iStr)// &
6363 ' . Exiting.' )
6464 elseif (patch_icpp(i)%geometry == 7 ) then
65- call s_mpi_abort(' geometry 7 (formerly "2D Harcoded ")' // &
65+ call s_mpi_abort(' geometry 7 (formerly "2D Hardcoded ")' // &
6666 ' is no longer supported for patch ' // trim (iStr)// &
6767 ' . Exiting.' )
6868 elseif (patch_icpp(i)%geometry == 8 ) then
@@ -76,13 +76,13 @@ contains
7676 elseif (patch_icpp(i)%geometry == 12 ) then
7777 call s_check_ellipsoid_patch_geometry(i)
7878 elseif (patch_icpp(i)%geometry == 13 ) then
79- call s_mpi_abort(' geometry 13 (formerly "3D Harcoded ")' // &
79+ call s_mpi_abort(' geometry 13 (formerly "3D Hardcoded ")' // &
8080 ' is no longer supported for patch ' // trim (iStr)// &
8181 ' . Exiting.' )
8282 elseif (patch_icpp(i)%geometry == 14 ) then
8383 call s_check_spherical_harmonic_patch_geometry(i)
8484 elseif (patch_icpp(i)%geometry == 15 ) then
85- call s_mpi_abort(' geometry 15 (formerly "1D Harcoded ")' // &
85+ call s_mpi_abort(' geometry 15 (formerly "1D Hardcoded ")' // &
8686 ' is no longer supported for patch ' // trim (iStr)// &
8787 ' . Exiting.' )
8888 elseif (patch_icpp(i)%geometry == 16 ) then
You can’t perform that action at this time.
0 commit comments