Skip to content

Commit f6f164e

Browse files
authored
Merge pull request #513 from JuliaRobotics/hotfix/4Q19/sublight
dispatch build subgraph
2 parents 9965545 + 4b0f743 commit f6f164e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CliqStateMachineUtils.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ function sandboxCliqResolveStep(tree::BayesTree,
144144
hist = getCliqSolveHistory(tree, frontal)
145145
# clear Condition states to allow step solve
146146
getData(hist[step][4].cliq).solveCondition = Condition()
147-
147+
148148
# cond = getSolveCondition(hist[step][4].cliq)
149149
# cond = Any[]
150150
return sandboxStateMachineStep(hist, step)
@@ -1011,7 +1011,7 @@ DevNotes
10111011
function buildCliqSubgraph(dfg::AbstractDFG,
10121012
treel::BayesTree,
10131013
cliq::Graphs.ExVertex,
1014-
subfg::InMemDFGType=GraphsDFG(params=getSolverParams(dfg)) )
1014+
subfg::InMemoryDFGTypes=GraphsDFG(params=getSolverParams(dfg)) )
10151015
#
10161016
# get cliq and variable labels
10171017
syms = getCliqAllVarIds(cliq)

0 commit comments

Comments
 (0)