Commit 328d2f96 authored by wangdawei's avatar wangdawei

test

parent c40a5dc1
Pipeline #1533 canceled with stages
......@@ -201,6 +201,7 @@ void AdjustPPK::CalPPKPeriod()
period.meshId = 0;
period.period.reserve(10000);
for(const IERawData& rawPPK : rawData_){
LOG_EVERY_N(INFO, 10000) << "rawPPK.unix_time: " << rawPPK.unix_time;
ulong meshId = GetMeshFromPosition(rawPPK.longitude, rawPPK.latitude);
if(meshId != period.meshId){
if(period.period.size()){
......
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