Skip to content

Commit

Permalink
Fix the docygen warnings.
Browse files Browse the repository at this point in the history
Refs #8948
  • Loading branch information
martyngigg committed Jun 23, 2014
1 parent b0ec09e commit 8f29dc8
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -184,9 +184,9 @@ namespace Mantid

/**
* Add a constant value to a workspace
* @param lhsWS : WS to add to
* @param rhs : Value to add
* @return Summed workspace
* @param lhsWS WS to add to
* @param rhs Value to add
* @return Summed workspace
*/
MatrixWorkspace_sptr PolarizationCorrection::add(MatrixWorkspace_sptr& lhsWS, const double& rhs)
{
Expand Down

0 comments on commit 8f29dc8

Please sign in to comment.