Skip to content
Snippets Groups Projects
Commit a6960c7f authored by Franjo's avatar Franjo
Browse files

Cleanup

parent 48d59997
Branches
Tags
No related merge requests found
...@@ -2208,8 +2208,7 @@ bool checkFaceSkewness ...@@ -2208,8 +2208,7 @@ bool checkFaceSkewness
//- check faces //- check faces
# ifdef USE_OMP # ifdef USE_OMP
# pragma omp parallel \ # pragma omp parallel reduction(+ : sumSkew, nWarnSkew)
reduction(+ : sumSkew, nWarnSkew)
# endif # endif
{ {
scalar localMaxSkew(0.0); scalar localMaxSkew(0.0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment