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
ad554850
Commit
ad554850
authored
May 11, 2017
by
Samuel Jackson
Browse files
Refs #19522 Fix Doxygen warnings
(Again)
parent
944136af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Framework/DataObjects/src/PeaksWorkspace.cpp
View file @
ad554850
...
...
@@ -151,7 +151,7 @@ void PeaksWorkspace::removePeak(const int peakNum) {
//---------------------------------------------------------------------------------------------
/** Add a peak to the list
* @param peak :: Peak object to add (copy) into this.
* @param
i
peak :: Peak object to add (copy) into this.
*/
void
PeaksWorkspace
::
addPeak
(
const
Geometry
::
IPeak
&
ipeak
)
{
if
(
dynamic_cast
<
const
Peak
*>
(
&
ipeak
))
{
...
...
@@ -163,7 +163,7 @@ void PeaksWorkspace::addPeak(const Geometry::IPeak &ipeak) {
//---------------------------------------------------------------------------------------------
/** Add a peak to the list
* @param
i
peak :: Peak object to add (move) into this.
* @param peak :: Peak object to add (move) into this.
*/
void
PeaksWorkspace
::
addPeak
(
Peak
&&
peak
)
{
peaks
.
push_back
(
peak
);
}
...
...
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