Skip to content

Commit e207e4c

Browse files
committed
attempt fix for 279
fixes #279
1 parent 992d850 commit e207e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/AbstractDFG.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ function findVariableNearTimestamp(dfg::AbstractDFG,
760760
while 0 < CORRS + NUMBER
761761
# get closest
762762
link, mdt, corrs = findClosestTimestamp([(timest,0)], timeset[mask])
763-
push!(SYMS, syms[link[2]])
763+
union!(SYMS, syms[link[2]])
764764
mask[link[2]] = false
765765
CORRS = corrs-1
766766
# last match, done with this delta time

0 commit comments

Comments
 (0)