We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9540c7f + 6309dce commit 3191d82Copy full SHA for 3191d82
src/DistributedFactorGraphs.jl
@@ -61,7 +61,7 @@ include("FileDFG/FileDFG.jl")
61
include("MetaGraphsDFG/MetaGraphsDFG.jl")
62
63
include("SymbolDFG/SymbolDFG.jl")
64
-# @reexport using .SymbolDFGs
+using .SymbolDFGs
65
66
include("LightDFG/LightDFG.jl")
67
@reexport using .LightDFGs
src/SymbolDFG/SymbolDFG.jl
@@ -1,4 +1,4 @@
1
-# module SymbolDFGs
+module SymbolDFGs
2
3
using LightGraphs
4
using SparseArrays
@@ -45,7 +45,7 @@ include("entities/SymbolDFG.jl")
45
include("services/SymbolDFG.jl")
46
47
# Exports
48
-# export SymbolDFG
+export SymbolDFG
49
50
51
-# end
+end
0 commit comments