Skip to content

Commit

Permalink
Re #9341. Don't document parameter that doesn't exist.
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellTaylor committed Apr 16, 2014
1 parent 8e0bf8b commit 25cc2ac
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions Code/Mantid/Framework/MDEvents/src/MDBox.cpp
Expand Up @@ -662,14 +662,13 @@ namespace MDEvents
}

//-----------------------------------------------------------------------------------------------
/** Return the centroid of this box.
* @param centroid [out] :: nd-sized array that will be set to the centroid.
*/
TMDE(
coord_t * MDBox)::getCentroid() const
{
return this->m_centroid;
}
/** Return the centroid of this box.
*/
TMDE(
coord_t * MDBox)::getCentroid() const
{
return this->m_centroid;
}

//-----------------------------------------------------------------------------------------------
/** Find the centroid of all events contained within by doing a weighted average
Expand Down

0 comments on commit 25cc2ac

Please sign in to comment.