Skip to content

Commit

Permalink
Fix a bug. Refs #6737.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Apr 18, 2013
1 parent 698627a commit bb5ded8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ namespace Algorithms
auto inpwsprop = new WorkspaceProperty<MatrixWorkspace>("InputWorkspace", "Anonymous", Direction::Input);
declareProperty(inpwsprop, "Name of the input workspace to generate log correct from.");

auto outwsprop = new WorkspaceProperty<TableWorkspace>("Outputworkspace", "AnonymousOut", Direction::Output);
auto outwsprop = new WorkspaceProperty<TableWorkspace>("OutputWorkspace", "AnonymousOut", Direction::Output);
declareProperty(outwsprop, "Name of the output workspace containing the corrections.");

auto fileprop = new FileProperty("OutputFilename", "", FileProperty::OptionalSave);
Expand Down

0 comments on commit bb5ded8

Please sign in to comment.