Skip to content

Commit 980938f

Browse files
committed
minor comment
1 parent 19179d1 commit 980938f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/LightDFG/services/LightDFG.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ function findShortestPathDijkstra( dfg::LightDFG,
394394
toI = dfg.g.labels[to]
395395

396396
path = LightGraphs.dijkstra_shortest_paths(dfg.g.graph, [toI;])
397+
# path = LightGraphs.enumerate_paths(path_state, toI)
397398

398399
# assemble into the list
399400
dijkpath = Symbol[]

0 commit comments

Comments
 (0)