From 41be79ef4b3af24e6635e1470fb23f0fee901527 Mon Sep 17 00:00:00 2001 From: Wenduo Zhou <zhouw@ornl.gov> Date: Fri, 22 Jun 2018 11:13:04 -0400 Subject: [PATCH] Refs #22648. Corrected from a mistyping in editor. --- Framework/Algorithms/src/FitPeaks.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Framework/Algorithms/src/FitPeaks.cpp b/Framework/Algorithms/src/FitPeaks.cpp index 9690fcdb526..572d2a68cc4 100644 --- a/Framework/Algorithms/src/FitPeaks.cpp +++ b/Framework/Algorithms/src/FitPeaks.cpp @@ -854,9 +854,7 @@ FitPeaks::fitPeaks() { namespace { /// Supported peak profiles for observation std::vector<std::string> supported_peak_profiles{"Gaussian", "Lorentzian", - "962" - "Voigt", - "Voigt"}; + "PseudoVoigt", "Voigt"}; double numberCounts(const Histogram &histogram) { double total = 0.; -- GitLab