Skip to content

Commit 66286c3

Browse files
committed
Made FEDVR.t concrete type (fixes #17)
1 parent 768eaa5 commit 66286c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fedvr.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# * Basis construction
22

33
struct FEDVR{T,R<:Real,O<:AbstractVector} <: Basis{T}
4-
t::AbstractVector{R}
4+
t::Vector{R}
55
order::O
66
i₀::Int
77
t₀::R

0 commit comments

Comments
 (0)