Skip to content

Commit

Permalink
Remove commented-out lines
Browse files Browse the repository at this point in the history
  • Loading branch information
johnomotani authored Mar 13, 2024
1 parent 655b951 commit 3fcdfc8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test_scripts/chebyshev_radau_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3fcdfc8

Please sign in to comment.