Skip to content

Commit c44d2fc

Browse files
committed
fix thermovec
1 parent 4b114d2 commit c44d2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Calculators/Thermovec.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function NASAvec(nasas::B) where {B<:Array}
5656
polyvec[:,j] = nasapoly.coefs
5757
end
5858
end
59-
nasapvec = NASApolynomialvec(polyvec,Ts[i],Ts[i+1],nothing)
59+
nasapvec = NASApolynomialvec(polyvec,Ts[i],Ts[i+1],covdeps)
6060
push!(polyvecs,nasapvec)
6161
end
6262
return NASAvec(polys=polyvecs,covdeps=covdeps)

0 commit comments

Comments
 (0)