Skip to content

Commit

Permalink
Fixed some coding errors. Refs #9326.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Apr 16, 2014
1 parent 116965e commit 200adde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/Framework/Algorithms/src/ChopEventFilters.cpp
Expand Up @@ -37,7 +37,7 @@ using namespace std;

const double TOL = 1.0E-5;

// DECLARE_ALGORITM(ChopEventFilters)
DECLARE_ALGORITHM(ChopEventFilters)

ChopEventFilters::ChopEventFilters()
{
Expand All @@ -59,7 +59,7 @@ void ChopEventFilters::initDocs()
*/
void ChopEventFilters::init()
{
declareProperty(new WorkspaceProeprty<MatrixWorkspace>("InputWorkspace", "", Direction::Input),
declareProperty(new WorkspaceProperty<MatrixWorkspace>("InputWorkspace", "", Direction::Input),
"Name of input event filter workspace to be processed.");

declareProperty(new WorkspaceProperty<MatrixWorkspace>("OutputWorkspace", "", Direction::Output),
Expand Down

0 comments on commit 200adde

Please sign in to comment.