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
08897ede
Commit
08897ede
authored
Mar 31, 2020
by
Jin Zhang
Browse files
following suggestions in spelling mistakes
parent
2f920a0c
Pipeline
#1525374
failed with stages
in 6 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/core/detector/Detector.cpp
View file @
08897ede
...
...
@@ -65,7 +65,7 @@ Detector::Detector(const Configuration& config) : m_role(DetectorRole::NONE) {
LOG
(
TRACE
)
<<
"Time offset: "
<<
m_timeOffset
;
}
// Time resolution - default o
t
negative number, i.e. unknown. This will trigger an exception
// Time resolution - default o
r
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