Skip to content

Commit 5f36b8c

Browse files
authored
Merge pull request #614 from JuliaRobotics/maint/20Q3/vsdmessage
change updateVariableSolverData message
2 parents 3435826 + 5c0d6ff commit 5f36b8c

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)