Commit 6c4443e3 authored by limingbo's avatar limingbo

test mergemulti traj at one place

parent 3bd911b5
......@@ -224,6 +224,7 @@ vector<pair<string, vector<pair<uint64_t, uint64_t>>>> crossFilter(
uint32_t period = it->second.second - it->second.first;
if(period > longestPeriod){
longestId = it->first;
longestPeriod = period;
}
}
string currTaskPath = filteredTaskInfo[longestId].taskPath;
......
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