Skip to content
Snippets Groups Projects
Commit 01de349e authored by Timo Koch's avatar Timo Koch
Browse files

Merge branch 'fix/deprecation-warning-reordering-dof-mapper' into 'master'

[reorderingdofmapper] Remove deprecation warning from update

See merge request !2739

(cherry picked from commit fd32ff61)

a73ebe1a [reorderingdofmapper] Remove deprecation warning from update
parent 3d7865fb
No related branches found
No related tags found
No related merge requests found
Pipeline #6599 canceled
+1
......@@ -60,7 +60,7 @@ public:
, indexSet_(&gridView.indexSet())
, codimension_(layout(indexSet_->types(0)[0], GridView::dimension) ? 0 : GridView::dimension)
{
update();
update_();
}
/*!
......
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