Skip to content

Commit

Permalink
refs #9954. Add doxygen information.
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Jul 29, 2014
1 parent cc9e62e commit 2043ad9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Code/Mantid/Framework/Algorithms/src/Stitch1D.cpp
Expand Up @@ -90,6 +90,12 @@ namespace Mantid
return product;
}

/**
* Mask out data in the region between a1 and a2 with zeros. Operation performed on the original workspace
* @param a1 : start position in X
* @param a2 : end position in X
* @param source : Workspace to mask.
*/
void Stitch1D::maskInPlace(int a1, int a2, MatrixWorkspace_sptr source)
{
MatrixWorkspace_sptr product = WorkspaceFactory::Instance().create(source);
Expand Down

0 comments on commit 2043ad9

Please sign in to comment.