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
9a0eb6e1
Commit
9a0eb6e1
authored
Jul 24, 2017
by
Matthew Bowles
Browse files
formatting Re #19472
parent
016f6eb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Framework/DataObjects/src/PeaksWorkspace.cpp
View file @
9a0eb6e1
...
...
@@ -155,7 +155,7 @@ void PeaksWorkspace::removePeak(const int peakNum) {
*/
void
PeaksWorkspace
::
removePeaks
(
const
std
::
vector
<
int
>
&
badPeaks
)
{
if
(
badPeaks
.
size
()
==
0
)
return
;
return
;
int
i
=
0
;
auto
first
=
peaks
.
begin
();
auto
end
=
peaks
.
end
();
...
...
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