From 3fcdfc857d2f5776d4b3cb2fcc62d10d1a4f3d42 Mon Sep 17 00:00:00 2001 From: John Omotani Date: Wed, 13 Mar 2024 12:45:32 +0000 Subject: [PATCH] Remove commented-out lines --- test_scripts/chebyshev_radau_test.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/test_scripts/chebyshev_radau_test.jl b/test_scripts/chebyshev_radau_test.jl index c06b8bd00d..a4d7d6b652 100644 --- a/test_scripts/chebyshev_radau_test.jl +++ b/test_scripts/chebyshev_radau_test.jl @@ -46,8 +46,6 @@ function chebyshevradau_test(; ngrid=5, L_in=3.0, discretization="chebyshev_pseu y_nelement_global = y_nelement_local # total number of elements y_L = L_in bc = "zero" - #discretization = "gausslegendre_pseudospectral" - #discretization = "chebyshev_pseudospectral" # fd_option and adv_input not actually used so given values unimportant fd_option = "fourth_order_centered" cheb_option = "matrix"