From 688e905a36b83cf8d5da1313b703098598cd74ae Mon Sep 17 00:00:00 2001 From: Patrick Gartung Date: Tue, 10 May 2022 17:37:25 +0200 Subject: [PATCH] Code format --- RecoTracker/MkFitCore/src/PropagationMPlex.cc | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/RecoTracker/MkFitCore/src/PropagationMPlex.cc b/RecoTracker/MkFitCore/src/PropagationMPlex.cc index dbf75c0064762..fe0f9fc38ddad 100644 --- a/RecoTracker/MkFitCore/src/PropagationMPlex.cc +++ b/RecoTracker/MkFitCore/src/PropagationMPlex.cc @@ -590,14 +590,14 @@ namespace mkfit { //============================================================================== void __attribute__((optimize("no-fast-math"))) propagateHelixToZMPlex(const MPlexLS& inErr, - const MPlexLV& inPar, - const MPlexQI& inChg, - const MPlexQF& msZ, - MPlexLS& outErr, - MPlexLV& outPar, - const int N_proc, - const PropagationFlags pflags, - const MPlexQI* noMatEffPtr) { + const MPlexLV& inPar, + const MPlexQI& inChg, + const MPlexQF& msZ, + MPlexLS& outErr, + MPlexLV& outPar, + const int N_proc, + const PropagationFlags pflags, + const MPlexQI* noMatEffPtr) { // debug = true; outErr = inErr; @@ -977,7 +977,6 @@ namespace mkfit { MPlexLV& outPar, const int N_proc, const bool isBarrel) { - #pragma omp simd for (int n = 0; n < NN; ++n) { float radL = hitsRl.constAt(n, 0, 0);