Skip to content

Commit 9709440

Browse files
committed
fix mergeVairableState! bug
1 parent 5ebce38 commit 9709440

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/DFGVariable.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ function mergeVariableState!(dfg::AbstractDFG, variablekey::Symbol, vnd::Variabl
702702
if !haskey(v.solverDataDict, vnd.solveKey)
703703
addVariableState!(dfg, variablekey, vnd)
704704
else
705-
v.solverDataDict[vnd.solveKey] = usevnd
705+
v.solverDataDict[vnd.solveKey] = vnd
706706
end
707707

708708
return 1

0 commit comments

Comments
 (0)