Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LEFEBVREJP email
radix
Commits
d27a1c68
Commit
d27a1c68
authored
Oct 10, 2018
by
Purves, Murray
Browse files
Amending ceil to std::ceil in Spectrum.cc
parent
b0949d24
Pipeline
#16218
passed with stages
in 9 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
radixio/spectrum.cc
View file @
d27a1c68
...
...
@@ -19,7 +19,7 @@ short Spectrum::nrps() const
}
}
short
nrps
=
short
(
ceil
((
float
(
maxChannels
)
/
64.
0
)
+
1.
0
));
short
nrps
=
short
(
std
::
ceil
((
float
(
maxChannels
)
/
64.
f
)
+
1.
f
));
return
nrps
;
}
...
...
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