diff --git a/Framework/MDAlgorithms/src/MDNormDirectSC.cpp b/Framework/MDAlgorithms/src/MDNormDirectSC.cpp index 2166c605745a3da2d202a701da88bc41cfba5bab..27b168bb4fdde1f8962fbde05659bbafa2c00acb 100644 --- a/Framework/MDAlgorithms/src/MDNormDirectSC.cpp +++ b/Framework/MDAlgorithms/src/MDNormDirectSC.cpp @@ -456,8 +456,8 @@ void MDNormDirectSC::calculateNormalization( haveSA = true; solidAngDetToIdx = solidAngleWS->getDetectorIDToWorkspaceIndexMap(); } - - std::unique_ptr<API::Progress> prog (new API::Progress(this, 0.3, 1.0, ndets)); + + std::unique_ptr<API::Progress> prog(new API::Progress(this, 0.3, 1.0, ndets)); PARALLEL_FOR_NO_WSP_CHECK() for (int64_t i = 0; i < ndets; i++) { PARALLEL_START_INTERUPT_REGION @@ -534,7 +534,6 @@ void MDNormDirectSC::calculateNormalization( PARALLEL_END_INTERUPT_REGION } PARALLEL_CHECK_INTERUPT_REGION - } /**