Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
699bdff9
Commit
699bdff9
authored
Sep 09, 2019
by
Carla Guillen Carias
Browse files
Fixing small error
parent
20f59d83
Changes
1
Hide whitespace changes
Inline
Side-by-side
analytics/operators/persystsql/PerSystSqlOperator.cpp
View file @
699bdff9
...
...
@@ -218,6 +218,7 @@ double PerSystSqlOperator::computeSeverityAverage(std::vector<double> & buffer){
for
(
auto
val
:
buffer
){
severities
.
push_back
(
severity_noformula
());
}
break
;
default:
return
0.0
;
break
;
...
...
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