From 71fb04b74a8b36a1888c095d1e6496a37fe6c8c4 Mon Sep 17 00:00:00 2001
From: Martin Kronbichler <martin.kronbichler@uni-a.de>
Date: Thu, 22 Sep 2022 09:18:11 +0200
Subject: [PATCH] Remove reference to update_cell_dof_indices_cache

---
 tests/mpi/mesh_worker_matrix_01.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/mpi/mesh_worker_matrix_01.cc b/tests/mpi/mesh_worker_matrix_01.cc
index c6db35e268..1b58be6049 100644
--- a/tests/mpi/mesh_worker_matrix_01.cc
+++ b/tests/mpi/mesh_worker_matrix_01.cc
@@ -258,7 +258,6 @@ test(const FiniteElement<dim> &fe)
           std::vector<types::global_dof_index> &renumbered =
             dofmap[cell->id().to_string()];
           cell->set_dof_indices(renumbered);
-          cell->update_cell_dof_indices_cache();
         }
     }
 
-- 
2.39.5