Skip to content

Commit 8ef9e30

Browse files
Removed some lines of code from review comments'
1 parent 9f5c11d commit 8ef9e30

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

src/pre_process/m_check_patches.fpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,6 @@ contains
8181
elseif (patch_icpp(i)%geometry == 15) then
8282
call s_prohibit_abort("Invalid patch geometry number", "patch_icpp("//trim(iStr)//")%geometry "// &
8383
"is deprecated")
84-
elseif (patch_icpp(i)%geometry == 16) then
85-
print *, '1d pressure sinusoid'
86-
elseif (patch_icpp(i)%geometry == 17) then
87-
print *, '2d spiral'
88-
elseif (patch_icpp(i)%geometry == 18) then
89-
print *, '2d var circle'
90-
elseif (patch_icpp(i)%geometry == 19) then
91-
print *, '3d var circle'
9284
elseif (patch_icpp(i)%geometry == 20) then
9385
call s_check_2D_TaylorGreen_vortex_patch_geometry(i)
9486
elseif (patch_icpp(i)%geometry == 21) then

src/pre_process/m_patches.fpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,6 @@ contains
460460

461461
end subroutine s_circle
462462

463-
! TODO :: Determine if we want analytical and hardcoded patches for the airfoil geometries
464463
!! @param patch_id is the patch identifier
465464
!! @param patch_id_fp Array to track patch ids
466465
!! @param q_prim_vf Array of primitive variables

0 commit comments

Comments
 (0)