Commit 90ce21fa authored by Andrew Zonenberg's avatar Andrew Zonenberg

Added comment to ifdef for USE_OPENMP

parent b6e85e0f
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment