Skip to content

Commit

Permalink
update SolverAPI initParametricFrom!
Browse files Browse the repository at this point in the history
  • Loading branch information
Affie committed Jan 29, 2021
1 parent 106a4ae commit ed9f280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SolverAPI.jl
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ function solveTree!(dfgl::AbstractDFG,
ensureAllInitialized!(dfgl)
if algorithm==:parametric
@warn "Parametric is using default graphinit"
initParametricFrom(dfgl)
initParametricFrom!(dfgl)
end
end
# construct tree
Expand Down

0 comments on commit ed9f280

Please sign in to comment.