Skip to content

Commit

Permalink
Merge commit 'a33a0f74c1bd44064d421abf2a78b428c38bbb28'
Browse files Browse the repository at this point in the history
  • Loading branch information
moosetest committed Jun 2, 2020
2 parents d24bbff + a33a0f7 commit 6a06d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meshmodifiers/ElementFileSubdomain.C
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ ElementFileSubdomain::modify()
// >("element_ids");
for (dof_id_type i = 0; i < elemids.size(); ++i)
{
Elem * elem = mesh.query_elem(elemids[i]);
Elem * elem = mesh.query_elem_ptr(elemids[i]);
if (!elem)
mooseError("invalid element ID is in element_ids");
else
Expand Down

0 comments on commit 6a06d09

Please sign in to comment.