Skip to content

Commit

Permalink
In 1D ParSubMesh, make sure group_stria and group_squad are initialized
Browse files Browse the repository at this point in the history
  • Loading branch information
pazner committed Sep 14, 2023
1 parent d1ffbfb commit 86ec2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesh/submesh/psubmesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ ParSubMesh::ParSubMesh(const ParMesh &parent, SubMesh::From from,
{
BuildFaceGroup(ngroups, rht, nstrias, rhq, nsquads);
}
else if (Dim == 2)
else
{
group_stria.MakeI(ngroups);
group_stria.MakeJ();
Expand Down

0 comments on commit 86ec2bf

Please sign in to comment.