Skip to content

Commit

Permalink
refs #9961 Doxygen errors
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Jul 30, 2014
1 parent 211c96b commit 854336a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Code/Mantid/Framework/MDEvents/src/MDWSDescription.cpp
Expand Up @@ -263,7 +263,8 @@ namespace Mantid

}
/**function sets number of bins each dimension become split
* @param nBins vector, containing number of bins each dimension is split. If only the vector contains only one element, each dimension is split according to this number.
* @param nBins_toSplit vector, containing number of bins each dimension is split into.
* If the vector contains only one element, each dimension is split according to this element values.
*/
void MDWSDescription::setNumBins(const std::vector<int> &nBins_toSplit)
{
Expand Down

0 comments on commit 854336a

Please sign in to comment.