Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mantidproject
mantid
Commits
36ee5046
Commit
36ee5046
authored
9 years ago
by
Nick Draper
Browse files
Options
Downloads
Patches
Plain Diff
clang formating changes
re #15281
parent
375eb974
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Framework/MDAlgorithms/src/MDNormDirectSC.cpp
+2
-3
2 additions, 3 deletions
Framework/MDAlgorithms/src/MDNormDirectSC.cpp
with
2 additions
and
3 deletions
Framework/MDAlgorithms/src/MDNormDirectSC.cpp
+
2
−
3
View file @
36ee5046
...
@@ -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
}
}
/**
/**
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment