Skip to content

Commit c14a6e6

Browse files
authored
Merge pull request #443 from JuliaRobotics/fix/2Q20/439
fix #439
2 parents 9adc57a + 0e981a6 commit c14a6e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/entities/DFGFactor.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ mutable struct GenericFunctionNodeData{T<:Union{PackedInferenceType, FunctorInfe
4141
edgeIDs::Array{Int,1}
4242
frommodule::S # JT TODO remove frommodule, not used at all as far as i can tell
4343
fnc::T
44-
multihypo::Array{Float64} # likely to moved when GenericWrapParam is refactored
44+
multihypo::Vector{Float64} # likely to moved when GenericWrapParam is refactored
4545
certainhypo::Vector{Int}
4646
solveInProgress::Int
4747
GenericFunctionNodeData{T, S}() where {T, S} = new{T,S}()

0 commit comments

Comments
 (0)