Skip to content

Commit 5019de4

Browse files
committed
Setting to DefaultDFG
1 parent 4c6fc41 commit 5019de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CloudGraphsDFG/services/CloudGraphsDFG.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ end
977977

978978
export SkeletonDFG
979979
function SkeletonDFG(cfg::CloudGraphsDFG)
980-
sfg = LightDFG{NoSolverParams, SkeletonDFGVariable, SkeletonDFGFactor}()
980+
sfg = DefaultDFG{NoSolverParams, SkeletonDFGVariable, SkeletonDFGFactor}()
981981
addVariable!.(sfg, _getSkeletonVariables(cfg))
982982
addFactor!.(sfg, _getSkeletonFactors(cfg))
983983
return sfg

0 commit comments

Comments
 (0)