Skip to content

Commit

Permalink
Refs #495. Adding more peak shapes to the interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Mar 26, 2012
1 parent b672775 commit 3f3fe8b
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -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<std::string> 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<StringListValidator>(peaktypes),
"Type of peak to fit");

Expand Down

0 comments on commit 3f3fe8b

Please sign in to comment.