From 9c2f5b79c4f4d7c3d9b05a02c904b3af132821ae Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Fri, 10 Jun 2022 23:46:34 +0200 Subject: [PATCH] Replace 2*dim --- include/deal.II/matrix_free/mapping_info.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/deal.II/matrix_free/mapping_info.h b/include/deal.II/matrix_free/mapping_info.h index bd46a1ce5f..ecabdcd953 100644 --- a/include/deal.II/matrix_free/mapping_info.h +++ b/include/deal.II/matrix_free/mapping_info.h @@ -164,7 +164,8 @@ namespace internal * type 3). Note that both the interior and exterior agree on the type * of the data structure, using the more general of the two. */ - std::vector> faces_by_cells_type; + std::vector::faces_per_cell>> + faces_by_cells_type; /** * The data cache for the cells. -- 2.39.5