Skip to content

Commit 96a2225

Browse files
committed
No struct const until jl v1.6 no longer supported
1 parent 9f14979 commit 96a2225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/entities/DFGVariable.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Base.@kwdef mutable struct VariableNodeData{T<:InferenceVariable, P, N}
3535
"""
3636
bw::Matrix{Float64} = zeros(0,0)
3737
"Parametric (Gaussian) covariance."
38-
const covar::Vector{SMatrix{N, N, Float64}} = SMatrix{getDimension(variableType), getDimension(variableType), Float64}[]
38+
covar::Vector{SMatrix{N, N, Float64}} = SMatrix{getDimension(variableType), getDimension(variableType), Float64}[]
3939
BayesNetOutVertIDs::Vector{Symbol} = Symbol[]
4040
dimIDs::Vector{Int} = Int[] # TODO Likely deprecate
4141

0 commit comments

Comments
 (0)