From 046f0ae3e74c5559170f9866760b57d2126bf3ee Mon Sep 17 00:00:00 2001 From: Harry Jeffery <henry.jeffery@stfc.ac.uk> Date: Wed, 25 Mar 2015 14:13:21 +0000 Subject: [PATCH] Refs #11355 Fix SliceMD output workspace --- Code/Mantid/Framework/MDAlgorithms/src/SliceMD.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/Mantid/Framework/MDAlgorithms/src/SliceMD.cpp b/Code/Mantid/Framework/MDAlgorithms/src/SliceMD.cpp index f59e3e3feb2..3519c4677ec 100644 --- a/Code/Mantid/Framework/MDAlgorithms/src/SliceMD.cpp +++ b/Code/Mantid/Framework/MDAlgorithms/src/SliceMD.cpp @@ -44,8 +44,8 @@ void SliceMD::init() { // Properties for specifying the slice to perform. this->initSlicingProps(); - declareProperty(new WorkspaceProperty<IMDEventWorkspace>( - "OutputWorkspace", "", Direction::Output), + declareProperty(new WorkspaceProperty<Workspace>("OutputWorkspace", "", + Direction::Output), "Name of the output MDEventWorkspace."); std::vector<std::string> exts; -- GitLab