diff --git a/Framework/Algorithms/src/PhaseQuadMuon.cpp b/Framework/Algorithms/src/PhaseQuadMuon.cpp index ad9e29bb56e66311d1494c89df671369214bc806..5de221004f76bde2f3d9ac200527561fbafef5ef 100644 --- a/Framework/Algorithms/src/PhaseQuadMuon.cpp +++ b/Framework/Algorithms/src/PhaseQuadMuon.cpp @@ -128,14 +128,9 @@ std::map<std::string, std::string> PhaseQuadMuon::validateInputs() { phaseCount += 1; } } - } - for (std::string name : names) { for (std::string goodName : asymmNames) { if (name == goodName) { - - if (name == goodName) { asymmetryCount += 1; - } } } } @@ -295,7 +290,7 @@ PhaseQuadMuon::squash(const API::MatrixWorkspace_sptr &ws, auto &realE = ows->mutableE(0); auto &imagE = ows->mutableE(1); - const auto &xPointData = ws->histogram(0).points(); + const auto xPointData = ws->histogram(0).points(); // First X value const double X0 = xPointData.front();