Added comment to ifdef for USE_OPENMP

This commit is contained in:
Andrew Zonenberg 2014-08-02 16:20:23 -04:00
parent b6e85e0f82
commit 90ce21fa51
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ void S3D_MESH::calcPerPointNormals ()
// for each face A in mesh
#ifdef USE_OPENMP
#pragma omp parallel for
#endif
#endif /* USE_OPENMP */
for( unsigned int each_face_A_idx = 0; each_face_A_idx < m_CoordIndex.size(); each_face_A_idx++ )
{
// n = face A facet normal