Skip to content
Snippets Groups Projects
Commit 516a41c7 authored by Timo Koch's avatar Timo Koch Committed by Hanchuan Wu
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 tags found
Loading
...@@ -60,7 +60,7 @@ public: ...@@ -60,7 +60,7 @@ public:
, indexSet_(&gridView.indexSet()) , indexSet_(&gridView.indexSet())
, codimension_(layout(indexSet_->types(0)[0], GridView::dimension) ? 0 : GridView::dimension) , 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