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

[PL/PV] Constify return of getActiveElementIDs().

parent 71823495
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ public:
void updateDeactivatedSubdomains(double const time);
std::vector<std::size_t>& getActiveElementIDs() const
std::vector<std::size_t> const& getActiveElementIDs() const
{
return _ids_of_active_elements;
}
......
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