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

clang formating changes

re #15281
parent 375eb974
No related branches found
No related tags found
No related merge requests found
...@@ -456,8 +456,8 @@ void MDNormDirectSC::calculateNormalization( ...@@ -456,8 +456,8 @@ void MDNormDirectSC::calculateNormalization(
haveSA = true; haveSA = true;
solidAngDetToIdx = solidAngleWS->getDetectorIDToWorkspaceIndexMap(); 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() PARALLEL_FOR_NO_WSP_CHECK()
for (int64_t i = 0; i < ndets; i++) { for (int64_t i = 0; i < ndets; i++) {
PARALLEL_START_INTERUPT_REGION PARALLEL_START_INTERUPT_REGION
...@@ -534,7 +534,6 @@ void MDNormDirectSC::calculateNormalization( ...@@ -534,7 +534,6 @@ void MDNormDirectSC::calculateNormalization(
PARALLEL_END_INTERUPT_REGION PARALLEL_END_INTERUPT_REGION
} }
PARALLEL_CHECK_INTERUPT_REGION PARALLEL_CHECK_INTERUPT_REGION
} }
/** /**
......
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