Skip to content

Commit 6b9e5e0

Browse files
committed
oops bug fix
1 parent 3bb9cf0 commit 6b9e5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ function findVariableNearTimestamp(dfg::AbstractDFG,
364364
syms = getVariableIds(dfg, regexFilter, tags=tags, solvable=solvable)
365365
# compile timestamps with label
366366
# vars = map( x->getVariable(dfg, x), syms )
367-
timeset = map(x->(DFG.timestamp(getVariable(dfg,x)), x), syms)
367+
timeset = map(x->(getTimestamp(getVariable(dfg,x)), x), syms)
368368
mask = BitArray{1}(undef, length(syms))
369369
fill!(mask, true)
370370

0 commit comments

Comments
 (0)