Skip to content

Commit 1e52ca9

Browse files
committed
minor update
1 parent 7567873 commit 1e52ca9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/services/Serialization.jl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -315,12 +315,12 @@ function packFactor(dfg::G, f::DFGFactor)::Dict{String, Any} where G <: Abstract
315315
end
316316

317317
function decodePackedType(::Type{T}, packeddata::GenericFunctionNodeData{PT}) where {T<:FactorOperationalMemory, PT}
318-
# usrtyp = convert(FunctorInferenceType, packeddata.fnc)
319-
# Also look at parentmodule
320-
usrtyp = convertStructType(PT)
321-
fulltype = DFG.FunctionNodeData{T{usrtyp}}
322-
factordata = convert(fulltype, packeddata)
323-
return factordata
318+
# usrtyp = convert(FunctorInferenceType, packeddata.fnc)
319+
# Also look at parentmodule
320+
usrtyp = convertStructType(PT)
321+
fulltype = DFG.FunctionNodeData{T{usrtyp}}
322+
factordata = convert(fulltype, packeddata)
323+
return factordata
324324
end
325325

326326

0 commit comments

Comments
 (0)