Skip to content

Commit 3793075

Browse files
committed
fix doc
1 parent 8f9cfdb commit 3793075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FileDFG/services/FileDFG.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ using DistributedFactorGraphs, IncrementalInference
7979
# Create a DFG - can make one directly, e.g. LightDFG{NoSolverParams}() or use IIF:
8080
dfg = initfg()
8181
# Load the graph
82-
loadDFG("/tmp/savedgraph.tar.gz", IncrementalInference, dfg)
82+
loadDFG!(dfg, "/tmp/savedgraph.tar.gz")
8383
# Use the DFG as you do normally.
8484
ls(dfg)
8585
```

0 commit comments

Comments
 (0)