Skip to content

Commit

Permalink
Merge pull request #4422 from Dr15Jones/markStaticThreadSafeRecoVerte…
Browse files Browse the repository at this point in the history
…xKinematicFit

Marked debugging static as thread safe in KinematicConstrainedVertexupdatorT
  • Loading branch information
ktf committed Jun 30, 2014
2 parents 0faa3a5 + 8a13bfd commit a95b606
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,7 +18,7 @@ namespace KineDebug3 {

};
inline void count() {
static Count c;
[[cms::thread_safe]] static Count c;
++c.n;
}

Expand Down

0 comments on commit a95b606

Please sign in to comment.