Fixed EMSCModel dependency error
This commit is contained in:
parent
974b59dcc3
commit
0d26bb55b3
1 changed files with 7 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue