Skip to content
Snippets Groups Projects
Commit 50950312 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[PL/DS] Simplify tautology.

parent 3fe4e909
No related branches found
No related tags found
No related merge requests found
......@@ -332,8 +332,7 @@ void ProcessVariable::updateDeactivatedSubdomains(double const time)
[&](auto const& ds)
{ return is_active_in_subdomain(element_id, *ds); }))
{
_ids_of_active_elements.push_back(
_mesh.getElement(element_id)->getID());
_ids_of_active_elements.push_back(element_id);
}
}
}
......
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