We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 768eaa5 commit 66286c3Copy full SHA for 66286c3
src/fedvr.jl
@@ -1,7 +1,7 @@
1
# * Basis construction
2
3
struct FEDVR{T,R<:Real,O<:AbstractVector} <: Basis{T}
4
- t::AbstractVector{R}
+ t::Vector{R}
5
order::O
6
i₀::Int
7
t₀::R
0 commit comments