Commit 88fad50b authored by limingbo's avatar limingbo

add period

parent d28b3b64
......@@ -191,7 +191,7 @@ vector<pair<string, vector<pair<double, double>>>> crossFilter(
inPeriod = true;
// LOG(INFO) << setprecision(15) << "start: " << start;
}
}else if(sqrt(sqr_distance) > 15){
}else if(sqrt(sqr_distance) > 25){
if(inPeriod){
end = query.info;
inPeriod = false;
......
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