This commit is contained in:
chapman39
2026-02-11 15:14:23 -08:00
parent 32fb4bf244
commit a92983051a
+2 -1
View File
@@ -665,7 +665,8 @@ const
{
// If the new Dof2Quad is already present, e.g. added in a previous call
// or added by another omp thread, return.
if (DofToQuad::SearchArray(dof2quad_array, ir, DofToQuad::LEXICOGRAPHIC_FULL) == nullptr)
if (DofToQuad::SearchArray(dof2quad_array, ir,
DofToQuad::LEXICOGRAPHIC_FULL) == nullptr)
{
// Undo the native ordering which is what FiniteElement::GetDofToQuad
// returns.