Skip to content

Commit

Permalink
Code format
Browse files Browse the repository at this point in the history
  • Loading branch information
gartung committed May 13, 2022
1 parent ed58228 commit 688e905
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions RecoTracker/MkFitCore/src/PropagationMPlex.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 688e905

Please sign in to comment.