From 200adde29a19c3cfd21d4e2f8cc6438442cb6c54 Mon Sep 17 00:00:00 2001 From: Wenduo Zhou Date: Wed, 16 Apr 2014 15:42:16 -0400 Subject: [PATCH] Fixed some coding errors. Refs #9326. --- Code/Mantid/Framework/Algorithms/src/ChopEventFilters.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/Mantid/Framework/Algorithms/src/ChopEventFilters.cpp b/Code/Mantid/Framework/Algorithms/src/ChopEventFilters.cpp index 5335cb3cc479..032bc9889118 100644 --- a/Code/Mantid/Framework/Algorithms/src/ChopEventFilters.cpp +++ b/Code/Mantid/Framework/Algorithms/src/ChopEventFilters.cpp @@ -37,7 +37,7 @@ using namespace std; const double TOL = 1.0E-5; -// DECLARE_ALGORITM(ChopEventFilters) +DECLARE_ALGORITHM(ChopEventFilters) ChopEventFilters::ChopEventFilters() { @@ -59,7 +59,7 @@ void ChopEventFilters::initDocs() */ void ChopEventFilters::init() { - declareProperty(new WorkspaceProeprty("InputWorkspace", "", Direction::Input), + declareProperty(new WorkspaceProperty("InputWorkspace", "", Direction::Input), "Name of input event filter workspace to be processed."); declareProperty(new WorkspaceProperty("OutputWorkspace", "", Direction::Output),