From 516a41c7f7fbb7001174c39b824032ece74d44c5 Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Wed, 28 Jul 2021 20:27:50 +0000 Subject: [PATCH] Merge branch 'fix/deprecation-warning-reordering-dof-mapper' into 'master' [reorderingdofmapper] Remove deprecation warning from update See merge request dumux-repositories/dumux!2739 (cherry picked from commit fd32ff61e72941c7fdb76693f092ca659f9ffc2a) a73ebe1a [reorderingdofmapper] Remove deprecation warning from update --- dumux/common/reorderingdofmapper.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumux/common/reorderingdofmapper.hh b/dumux/common/reorderingdofmapper.hh index 64dddd2d34..7ea1a22edd 100644 --- a/dumux/common/reorderingdofmapper.hh +++ b/dumux/common/reorderingdofmapper.hh @@ -60,7 +60,7 @@ public: , indexSet_(&gridView.indexSet()) , codimension_(layout(indexSet_->types(0)[0], GridView::dimension) ? 0 : GridView::dimension) { - update(); + update_(); } /*! -- GitLab