Skip to content

Commit

Permalink
No cppcheck error to suppress. Refs #9243.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Apr 9, 2014
1 parent 18ae2dc commit 1bb4d79
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -779,7 +779,6 @@ namespace DataHandling
buffers.resize(numThreads);
eventVectors = new EventVector_pt *[numThreads];

// cppcheck-suppress syntaxError
PRAGMA_OMP( parallel for if (parallelProcessing) )
for (int i=0; i < int(numThreads); i++)
{
Expand Down

0 comments on commit 1bb4d79

Please sign in to comment.