Skip to content
Snippets Groups Projects
Commit 87da8133 authored by Peterson, Peter's avatar Peterson, Peter
Browse files

Make AlignAndFocusPowder a DataProcessorAlgorithm

parent 3b8c1014
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
//----------------------------------------------------------------------
// Includes
//----------------------------------------------------------------------
#include "MantidAPI/Algorithm.h"
#include "MantidAPI/DataProcessorAlgorithm.h"
#include "MantidAPI/MatrixWorkspace_fwd.h"
#include "MantidDataObjects/EventWorkspace.h"
#include "MantidDataObjects/GroupingWorkspace.h"
......@@ -60,7 +60,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
File change history is stored at: <https://github.com/mantidproject/mantid>
Code Documentation is available at: <http://doxygen.mantidproject.org>
*/
class DLLExport AlignAndFocusPowder : public API::Algorithm {
class DLLExport AlignAndFocusPowder : public API::DataProcessorAlgorithm {
public:
/// Constructor
AlignAndFocusPowder();
......
......@@ -36,7 +36,7 @@ using API::FileProperty;
DECLARE_ALGORITHM(AlignAndFocusPowder)
AlignAndFocusPowder::AlignAndFocusPowder()
: API::Algorithm(), m_l1(0.0), m_resampleX(0), dspace(false), xmin(0.0),
: API::DataProcessorAlgorithm(), m_l1(0.0), m_resampleX(0), dspace(false), xmin(0.0),
xmax(0.0), LRef(0.0), DIFCref(0.0), minwl(0.0), tmin(0.0), tmax(0.0),
m_preserveEvents(false), m_processLowResTOF(false), m_lowResSpecOffset(0),
m_progress(NULL) {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment