This commit is contained in:
chapman39
2026-02-13 10:03:00 -08:00
parent 3588d47ec1
commit 1f5bc1c3d8
+2 -2
View File
@@ -663,8 +663,8 @@ const
#pragma omp critical (DofToQuad)
#endif
{
// If the new Dof2Quad is already present, e.g. added in a previous call
// or added by another omp thread, return.
// 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)
{