Skip to content

Commit 6b8fc19

Browse files
committed
expand mergeVariableSolverData! api
fix #357
1 parent 310d1eb commit 6b8fc19

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/services/DFGVariable.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,9 @@ function mergeVariableSolverData!(destVariable::DFGVariable, sourceVariable::DFG
427427
return destVariable
428428
end
429429

430+
mergeVariableSolverData!(dfg::AbstractDFG, sourceVariable::DFGVariable) = mergeVariableSolverData!(getVariable(dfg,getLabel(sourceVariable)), sourceVariable)
431+
432+
430433
##==============================================================================
431434
## Point Parametric Estimates
432435
##==============================================================================

0 commit comments

Comments
 (0)