Skip to content

Commit

Permalink
Make MuonLoad inherit form dataflowalg. re #9725
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders-Markvardsen committed Jun 26, 2014
1 parent 556d111 commit 649574a
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2,7 +2,7 @@
#define MANTID_WORKFLOWALGORITHMS_MUONLOAD_H_

#include "MantidKernel/System.h"
#include "MantidAPI/Algorithm.h"
#include "MantidAPI/DataProcessorAlgorithm.h"
#include "MantidDataObjects/TableWorkspace.h"

namespace Mantid
Expand Down Expand Up @@ -31,7 +31,7 @@ namespace WorkflowAlgorithms
File change history is stored at: <https://github.com/mantidproject/mantid>
Code Documentation is available at: <http://doxygen.mantidproject.org>
*/
class DLLExport MuonLoad : public API::Algorithm
class DLLExport MuonLoad : public API::DataProcessorAlgorithm
{
public:
MuonLoad();
Expand Down

0 comments on commit 649574a

Please sign in to comment.