Skip to content
Snippets Groups Projects
Commit 5b4b4499 authored by Alex Buts's avatar Alex Buts
Browse files

Re #13566 Mean gcc warnings

parent 94433080
No related branches found
No related tags found
No related merge requests found
...@@ -444,7 +444,7 @@ bool GetAllEi::peakGuess(const API::MatrixWorkspace_sptr &inputWS, size_t index, ...@@ -444,7 +444,7 @@ bool GetAllEi::peakGuess(const API::MatrixWorkspace_sptr &inputWS, size_t index,
double sMin(std::numeric_limits<double>::max()); double sMin(std::numeric_limits<double>::max());
double sMax(-sMin); double sMax(-sMin);
double xOfMax, dXmax; double xOfMax(0), dXmax(0);
double Intensity(0); double Intensity(0);
auto X = inputWS->readX(index); auto X = inputWS->readX(index);
......
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