Fixed EMSCModel dependency error

This commit is contained in:
Joakim Skogholt 2023-05-10 10:54:10 +02:00
parent 974b59dcc3
commit 0d26bb55b3

View file

@ -17,6 +17,13 @@ plt = plot(plta, pltb, layout = (2,1));
display(plt);
=#
struct EMSCModel
basis::Matrix{Float64} # Q' in QR-factorisation
R::Matrix{Float64}
basisExplanation::Vector{Int64} # [polDeg+1 nintF nRef];
refPolPol::Vector{Float64}
baseline::Vector{Float64}
end
"""
function plegendre(d, p)