Skip to content

Commit dd672a3

Browse files
committed
typo
1 parent 8ffa959 commit dd672a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/needsahome.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function buildSubgraphFromLabels(dfg::G,
5555
allowedFactors::Union{Nothing, Vector{Symbol}}=nothing )::G where G <: AbstractDFG
5656
#
5757
@warn "Deprecated buildSubgraphFromLabels, use buildSubgraphFromLabels! instead."
58-
buildSubgraphFromLabels(dfg, syms, subfg=subfg, solvable=solvable, allowedFactors=allowedFactors )
58+
buildSubgraphFromLabels!(dfg, syms, subfg=subfg, solvable=solvable, allowedFactors=allowedFactors )
5959
end
6060

6161

0 commit comments

Comments
 (0)