diff --git a/dumux/common/reorderingdofmapper.hh b/dumux/common/reorderingdofmapper.hh
index 64dddd2d34b0fcd643b4867452d9322ec90c9cec..7ea1a22edd69b937e9df05196b52628b2f84d8cc 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_();
     }
 
     /*!