Skip to content

Commit

Permalink
Renamed stitch1d to stitch1dmd in alg name. re #6041
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders-Markvardsen committed Oct 30, 2012
1 parent cf7de44 commit bd41842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/MDAlgorithms/src/Stitch1D.cpp
Expand Up @@ -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;};
Expand Down

0 comments on commit bd41842

Please sign in to comment.