This commit is contained in:
Joakim Skogholt 2023-05-10 21:28:50 +02:00
parent 350c3d9af4
commit c9644c0f6d

View file

@ -354,7 +354,7 @@ else
end end
model = EMSCModel(basis, R, Vector([polDeg+1, nIntF, nRef]), refPolPol, baseline); model = EMSCModel(basis, R, Vector([polDeg+1, nIntF, nRef]), refPolPol, baseline);
return_values = EMSCCorrection(X, model); return_values = EMSC(X, model);
return return_values return return_values
end end