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