Skip to content
Snippets Groups Projects
Commit 81823c08 authored by Nick Draper's avatar Nick Draper
Browse files

more clang formatting chnages

re #13347
parent 1742bc93
No related branches found
No related tags found
No related merge requests found
...@@ -122,11 +122,12 @@ private: ...@@ -122,11 +122,12 @@ private:
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
/// Fit single peak in robust mode (no hint) /// Fit single peak in robust mode (no hint)
bool fitSinglePeakRobust(Functions::BackToBackExponential_sptr peak, bool
Functions::BackgroundFunction_sptr backgroundfunction, fitSinglePeakRobust(Functions::BackToBackExponential_sptr peak,
double leftdev, double rightdev, Functions::BackgroundFunction_sptr backgroundfunction,
std::map<std::string, double> rightpeakparammap, double leftdev, double rightdev,
double &finalchi2); std::map<std::string, double> rightpeakparammap,
double &finalchi2);
/// Fit signle peak by Monte Carlo/simulated annealing /// Fit signle peak by Monte Carlo/simulated annealing
bool bool
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment