Skip to content
Snippets Groups Projects
Commit 94564918 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 7c57b7fd
1 merge request!2743Merge branch 'fix/deprecation-warning-reordering-dof-mapper' into 'master'
Checking pipeline status
...@@ -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