Skip to content

Commit

Permalink
Re #5836. Minor fix: make input workspace 'input' not 'inout'.
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellTaylor committed Nov 1, 2012
1 parent 06ba34f commit 8e927fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ namespace DataHandling
*/
void SaveFullprofResolution::init()
{
this->declareProperty(new API::WorkspaceProperty<DataObjects::TableWorkspace>("InputWorkspace", "Anonymous", Direction::InOut),
this->declareProperty(new API::WorkspaceProperty<DataObjects::TableWorkspace>("InputWorkspace", "Anonymous", Direction::Input),
"Input TableWorkspace containing the parameters for .irf file.");

std::vector<std::string> exts;
Expand Down

0 comments on commit 8e927fa

Please sign in to comment.