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
714f4bdd
Commit
714f4bdd
authored
Feb 06, 2016
by
Hahn, Steven
Browse files
Remove extra space.
parent
fe75340b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Framework/Kernel/src/Statistics.cpp
View file @
714f4bdd
...
...
@@ -86,7 +86,7 @@ double getMedian(const vector<TYPE> &data, const size_t num_data,
return
static_cast
<
double
>
(
*
(
temp
.
begin
()
+
num_data
/
2
));
}
}
}
}
/**
* There are enough special cases in determining the Z score where it useful to
...
...
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