Skip to content
Snippets Groups Projects
Commit 547f8d35 authored by mantid-builder's avatar mantid-builder Committed by Peterson, Peter
Browse files

clang-format PR22287 fc2a3b9c

parent fc2a3b9c
No related branches found
No related tags found
No related merge requests found
......@@ -802,7 +802,8 @@ void FitPeaks::convertParametersNameToIndex() {
/** main method to fit peaks among all
*/
void FitPeaks::fitPeaks() {
API::Progress prog(this, 0., 1., m_stopWorkspaceIndex-m_startWorkspaceIndex);
API::Progress prog(this, 0., 1.,
m_stopWorkspaceIndex - m_startWorkspaceIndex);
// cppcheck-suppress syntaxError
PRAGMA_OMP(parallel for schedule(dynamic, 1) )
......@@ -1162,7 +1163,7 @@ void FitPeaks::calculateFittedPeaks() {
values.getCalculated(yindex - istart);
} // END-FOR (ipeak)
PARALLEL_END_INTERUPT_REGION
} // END-FOR (iws)
} // END-FOR (iws)
PARALLEL_CHECK_INTERUPT_REGION
return;
......
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