Skip to content

Commit 643a4c9

Browse files
authored
Adding covar to PackedVND
1 parent 971b70f commit 643a4c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/entities/DFGVariable.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ Base.@kwdef mutable struct PackedVariableNodeData
117117
solveInProgress::Int
118118
solvedCount::Int
119119
solveKey::Symbol
120+
covar::Vector{Float64}
120121
_version::String = string(_getDFGVersion())
121122
end
122123

0 commit comments

Comments
 (0)