Skip to content

Commit

Permalink
Fix undocumented parameter warning.
Browse files Browse the repository at this point in the history
Refs #9574
  • Loading branch information
martyngigg committed Jun 10, 2014
1 parent abda9da commit bc8cddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/Algorithms/src/Rebin.cpp
Expand Up @@ -33,7 +33,7 @@ namespace Mantid
* Return the rebin parameters from a user input
* @param inParams Input vector from user
* @param inputWS Input workspace from user
* logger A reference to a logger
* @param logger A reference to a logger
* @returns A new vector containing the rebin parameters
*/
std::vector<double> Rebin::rebinParamsFromInput(const std::vector<double> & inParams,
Expand Down

0 comments on commit bc8cddb

Please sign in to comment.