Formatting: re-wrap comment to 80 chars/line.

This commit is contained in:
Veselin Dobrev
2026-02-14 13:10:30 -08:00
parent 1f5bc1c3d8
commit 75012728db
+2 -2
View File
@@ -663,8 +663,8 @@ const
#pragma omp critical (DofToQuad)
#endif
{
// Do not run if the new Dof2Quad is already present, e.g. added in a previous call
// or added by another omp thread.
// Do not run if the new Dof2Quad is already present, e.g. added in a
// previous call or added by another omp thread.
if (DofToQuad::SearchArray(dof2quad_array, ir,
DofToQuad::LEXICOGRAPHIC_FULL) == nullptr)
{