diff --git a/Code/Mantid/Framework/Algorithms/src/GetDetOffsetsMultiPeaks.cpp b/Code/Mantid/Framework/Algorithms/src/GetDetOffsetsMultiPeaks.cpp index ad90f006aa4d..fe4e468cc158 100644 --- a/Code/Mantid/Framework/Algorithms/src/GetDetOffsetsMultiPeaks.cpp +++ b/Code/Mantid/Framework/Algorithms/src/GetDetOffsetsMultiPeaks.cpp @@ -112,9 +112,9 @@ namespace Mantid "Optional: The maximum width of the fitting window. If this is <=0 the windows is not specified to FindPeaks" ); std::vector peaktypes; - //peaktypes.push_back("BackToBackExponential"); + peaktypes.push_back("BackToBackExponential"); peaktypes.push_back("Gaussian"); - //peaktypes.push_back("Lorentzian"); + peaktypes.push_back("Lorentzian"); declareProperty("PeakFunction", "Gaussian", boost::make_shared(peaktypes), "Type of peak to fit");