Skip to content

Commit 96816ce

Browse files
committed
Accidentally merged the git markers
1 parent 6164bde commit 96816ce

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/entities/DFGFactor.jl

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -49,26 +49,14 @@ end
4949

5050
label(f::F) where F <: DFGFactor = f.label
5151
data(f::F) where F <: DFGFactor = f.data
52-
<<<<<<< Updated upstream
53-
id(f::F) where F <: DFGFactor = f._internalId
54-
=======
5552
tags(f::F) where F <: DFGFactor = f.tags
5653
internalId(f::F) where F <: DFGFactor = f._internalId
57-
"""
58-
$SIGNATURES
59-
60-
Retrieve data structure stored in a node.
61-
"""
62-
getData(v::DFGFactor)::GenericFunctionNodeData = v.data
63-
>>>>>>> Stashed changes
6454

6555
# Simply for convenience - don't export
6656
const PackedFunctionNodeData{T} = GenericFunctionNodeData{T, <: AbstractString}
6757
PackedFunctionNodeData(x1, x2, x3, x4, x5::S, x6::T, x7::String="", x8::Vector{Int}=Int[]) where {T <: PackedInferenceType, S <: AbstractString} = GenericFunctionNodeData(x1, x2, x3, x4, x5, x6, x7, x8)
6858
const FunctionNodeData{T} = GenericFunctionNodeData{T, Symbol}
6959
FunctionNodeData(x1, x2, x3, x4, x5::Symbol, x6::T, x7::String="", x8::Vector{Int}=Int[]) where {T <: Union{FunctorInferenceType, ConvolutionObject}}= GenericFunctionNodeData{T, Symbol}(x1, x2, x3, x4, x5, x6, x7, x8)
70-
<<<<<<< Updated upstream
71-
=======
7260

7361
"""
7462
$(SIGNATURES)
@@ -85,4 +73,3 @@ label(f::DFGFactorSummary) = f.label
8573
data(f::DFGFactorSummary) = f.data
8674
tags(f::DFGFactorSummary) = f.tags
8775
internalId(f::DFGFactorSummary) = f._internalId
88-
>>>>>>> Stashed changes

0 commit comments

Comments
 (0)