Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
huiyuxie committed Jan 20, 2025
1 parent 57938ef commit 944b7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solvers/dgsem/basis_lobatto_legendre.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ struct LobattoLegendreBasis{RealT <: Real, NNODES,
# negative adjoint wrt the SBP dot product
end

function LobattoLegendreBasis(polydeg::Integer, RealT = Float64)
function LobattoLegendreBasis(RealT, polydeg::Integer)
nnodes_ = polydeg + 1

nodes_, weights_ = gauss_lobatto_nodes_weights(nnodes_, RealT)
Expand Down

0 comments on commit 944b7c3

Please sign in to comment.