Skip to content
Snippets Groups Projects
Commit 3a7b2dab authored by florian maurin's avatar florian maurin
Browse files

fix bug in get face for VTK_21_POINT_WEDGE that show up in TestLagrangeWedge

parent eaf36053
No related branches found
No related tags found
No related merge requests found
......@@ -1142,6 +1142,7 @@ vtkHigherOrderQuadrilateral* vtkHigherOrderWedge::GetQuadrilateralFace(int di, i
result->Points->SetPoint(ii, this->Points->GetPoint(srcId));
result->PointIds->SetId(ii, this->PointIds->GetId(srcId));
}
result->SetOrder(2, 2);
return result;
}
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment