From: Martin Kronbichler Date: Thu, 22 Sep 2022 07:18:11 +0000 (+0200) Subject: Remove reference to update_cell_dof_indices_cache X-Git-Tag: v9.5.0-rc1~932^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71fb04b74a8b36a1888c095d1e6496a37fe6c8c4;p=dealii.git Remove reference to update_cell_dof_indices_cache --- 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 &fe) std::vector &renumbered = dofmap[cell->id().to_string()]; cell->set_dof_indices(renumbered); - cell->update_cell_dof_indices_cache(); } }