Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
fbf648ac
Commit
fbf648ac
authored
Feb 06, 2016
by
Hahn, Steven
Browse files
clang-format.
parent
94aa5080
Changes
1
Hide whitespace changes
Inline
Side-by-side
Framework/Kernel/src/Statistics.cpp
View file @
fbf648ac
...
...
@@ -188,7 +188,8 @@ Statistics getStatistics(const vector<TYPE> &data, const unsigned int flags) {
// calculate the median if requested
if
(
flags
&
StatOptions
::
Median
)
{
statistics
.
median
=
getMedian
(
data
,
num_data
,
flags
&
StatOptions
::
SortedData
);
statistics
.
median
=
getMedian
(
data
,
num_data
,
flags
&
StatOptions
::
SortedData
);
}
return
statistics
;
...
...
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