Skip to content

Commit cc39d5d

Browse files
committed
more docs
1 parent b7e9875 commit cc39d5d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/services/DFGVariable.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,14 @@ addVariableSolverData!(dfg::AbstractDFG, sourceVariable::DFGVariable, solvekey::
361361
"""
362362
$(SIGNATURES)
363363
Update variable solver data if it exists, otherwise add it.
364+
364365
Notes:
365366
- `useCopy=true` to copy solver data and keep separate memory.
367+
- Use `fields` to updated only a few VND.fields while adhering to `useCopy`.
368+
369+
Related
370+
371+
mergeVariableSolverData!
366372
"""
367373
function updateVariableSolverData!(dfg::AbstractDFG,
368374
variablekey::Symbol,

0 commit comments

Comments
 (0)