Commit 4c3c6d44 authored by limingbo's avatar limingbo

test mergemulti traj at one place

parent a017e493
......@@ -220,7 +220,7 @@ void filterByPosition(
}
}
}
pair<size_t, size_t> longestIndex = period;
pair<size_t, size_t> longestIndex = make_pair(retIndex, periodIndex);
uint32_t longestPeriod = period.second - period.first;
for(auto index : aroundIndexVec){
auto aroundPeriod = ret.at(index.first).periods.at(index.second);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment