Skip to content

Commit 5c0d6ff

Browse files
committed
change updateVSD message
1 parent 3435826 commit 5c0d6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/DFGVariable.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ function updateVariableSolverData!(dfg::AbstractDFG,
521521

522522
# TODO not very clean
523523
if vnd.solveKey != solveKey
524-
@warn "TODO It looks like solveKey as parameter is deprecated, set it in vnd, or keep this function?"
524+
@warn "updateVariableSolverData with solveKey parameter might change in the future, see DFG #565"
525525
usevnd = useCopy ? deepcopy(vnd) : vnd
526526
usevnd.solveKey = solveKey
527527
return updateVariableSolverData!(dfg, variablekey, usevnd, useCopy, fields, verbose)

0 commit comments

Comments
 (0)