From ed9f28055fcc4d5842444ce3a79ab589191192a9 Mon Sep 17 00:00:00 2001 From: Johan Date: Fri, 29 Jan 2021 14:12:36 +0200 Subject: [PATCH] update SolverAPI initParametricFrom! --- src/SolverAPI.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SolverAPI.jl b/src/SolverAPI.jl index bd44d976d..05e92176c 100644 --- a/src/SolverAPI.jl +++ b/src/SolverAPI.jl @@ -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