Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
M
multiTraj
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangdawei
multiTraj
Commits
4c6560b9
Commit
4c6560b9
authored
3 years ago
by
limingbo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add period
parent
9cc92556
master
bev
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
multi_traj_functions.cpp
apps/function/multi_traj_functions.cpp
+3
-3
No files found.
apps/function/multi_traj_functions.cpp
View file @
4c6560b9
...
...
@@ -189,14 +189,14 @@ vector<pair<string, vector<pair<double, double>>>> crossFilter(
if
(
!
inPeriod
){
start
=
query
.
info
;
inPeriod
=
true
;
LOG
(
INFO
)
<<
setprecision
(
15
)
<<
"start: "
<<
start
;
//
LOG(INFO) << setprecision(15) << "start: " << start;
}
}
else
if
(
sqr_distance
>
1
5
){
}
else
if
(
sqr_distance
>
2
5
){
if
(
inPeriod
){
end
=
query
.
info
;
inPeriod
=
false
;
timePeriods
.
push_back
(
make_pair
(
start
,
end
));
LOG
(
INFO
)
<<
setprecision
(
15
)
<<
"end: "
<<
end
;
//
LOG(INFO) << setprecision(15) << "end: " << end;
}
}
currTime
=
query
.
info
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment