From bd41842286b5cbcb95f33a82b2e867a7a2e34b35 Mon Sep 17 00:00:00 2001 From: Anders Markvardsen Date: Tue, 30 Oct 2012 11:36:28 +0000 Subject: [PATCH] Renamed stitch1d to stitch1dmd in alg name. re #6041 --- Code/Mantid/Framework/MDAlgorithms/src/Stitch1D.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Mantid/Framework/MDAlgorithms/src/Stitch1D.cpp b/Code/Mantid/Framework/MDAlgorithms/src/Stitch1D.cpp index 7625e3fe19d8..c9e31c82037b 100644 --- a/Code/Mantid/Framework/MDAlgorithms/src/Stitch1D.cpp +++ b/Code/Mantid/Framework/MDAlgorithms/src/Stitch1D.cpp @@ -61,7 +61,7 @@ namespace MDAlgorithms //---------------------------------------------------------------------------------------------- /// Algorithm's name for identification. @see Algorithm::name - const std::string Stitch1D::name() const { return "Stitch1D";}; + const std::string Stitch1D::name() const { return "Stitch1DMD";}; /// Algorithm's version for identification. @see Algorithm::version int Stitch1D::version() const { return 1;};