Skip to content

Commit 54f8e5e

Browse files
committed
add dep warning
1 parent a64b31f commit 54f8e5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CloudGraphsDFG/services/CloudGraphsDFG.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ function mergeVariableData!(dfg::CloudGraphsDFG, sourceVariable::DFGVariable)::D
235235
end
236236

237237
function mergeUpdateVariableSolverData!(dfg::CloudGraphsDFG, sourceVariable::DFGVariable)::DFGVariable
238+
@warn "Deprecated CloudGraphsDFG.mergeUpdateVariableSolverData!, use mergeVariableData! instead."
238239
mergeVariableData!(dfg, sourceVariable)
239240
end
240241

0 commit comments

Comments
 (0)