Skip to content
Snippets Groups Projects
Commit 046f0ae3 authored by Harry Jeffery's avatar Harry Jeffery
Browse files

Refs #11355 Fix SliceMD output workspace

parent 0cc809ec
No related branches found
No related tags found
No related merge requests found
...@@ -44,8 +44,8 @@ void SliceMD::init() { ...@@ -44,8 +44,8 @@ void SliceMD::init() {
// Properties for specifying the slice to perform. // Properties for specifying the slice to perform.
this->initSlicingProps(); this->initSlicingProps();
declareProperty(new WorkspaceProperty<IMDEventWorkspace>( declareProperty(new WorkspaceProperty<Workspace>("OutputWorkspace", "",
"OutputWorkspace", "", Direction::Output), Direction::Output),
"Name of the output MDEventWorkspace."); "Name of the output MDEventWorkspace.");
std::vector<std::string> exts; std::vector<std::string> exts;
......
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