Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
1ae38250
Commit
1ae38250
authored
Mar 31, 2020
by
Jin Zhang
Browse files
Update Detector.cpp ot -> to
parent
c71448e6
Pipeline
#1525398
passed with stages
in 15 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/core/detector/Detector.cpp
View file @
1ae38250
...
...
@@ -65,7 +65,7 @@ Detector::Detector(const Configuration& config) : m_role(DetectorRole::NONE) {
LOG
(
TRACE
)
<<
"Time offset: "
<<
m_timeOffset
;
}
// Time resolution - default o
r
negative number, i.e. unknown. This will trigger an exception
// Time resolution - default
t
o negative number, i.e. unknown. This will trigger an exception
// when calling getTimeResolution
m_timeResolution
=
config
.
get
<
double
>
(
"time_resolution"
,
-
1.0
);
if
(
m_timeResolution
>
0
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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