Skip to content

Commit 4a202fa

Browse files
authored
add necessary exports
1 parent 1d7aaa6 commit 4a202fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/DistributedFactorGraphs.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,8 @@ export addData!
193193
##------------------------------------------------------------------------------
194194
# Factor Data
195195
export GenericFunctionNodeData, PackedFunctionNodeData, FunctionNodeData
196-
export FunctorInferenceType, PackedInferenceType
196+
export AbstractFactor, AbstractPackedFactor
197+
export FunctorInferenceType, PackedInferenceType # NOTE might be deprecated in the future (const aliases)
197198
export AbstractPrior, AbstractRelative, AbstractRelativeRoots, AbstractRelativeMinimize
198199
export FactorOperationalMemory
199200

0 commit comments

Comments
 (0)