Skip to content
Snippets Groups Projects
Commit fd2432a4 authored by Matt King's avatar Matt King
Browse files

Merge branch 'master' of github.com:mantidproject/mantid into...

Merge branch 'master' of github.com:mantidproject/mantid into 14011_improve_unit_tests_for_compactMD
parents 7da34a0b f9e5a621
No related branches found
No related tags found
No related merge requests found
...@@ -152,7 +152,7 @@ const std::string ReplicateMD::category() const { return "MDAlgorithms"; } ...@@ -152,7 +152,7 @@ const std::string ReplicateMD::category() const { return "MDAlgorithms"; }
/// Algorithm's summary for use in the GUI and help. @see Algorithm::summary /// Algorithm's summary for use in the GUI and help. @see Algorithm::summary
const std::string ReplicateMD::summary() const { const std::string ReplicateMD::summary() const {
return "This is a algorithm to create a higher dimensional dataset by " return "This is an algorithm to create a higher dimensional dataset by "
"replicating along an additional axis"; "replicating along an additional axis";
} }
......
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