From 031a37f20b061d9e9a43e356c8743ce5aefbafce Mon Sep 17 00:00:00 2001 From: Niklas Wik Date: Mon, 20 Jun 2022 15:58:27 +0200 Subject: [PATCH] Update include/deal.II/matrix_free/mapping_info.h Co-authored-by: Peter Munch --- include/deal.II/matrix_free/mapping_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/matrix_free/mapping_info.h b/include/deal.II/matrix_free/mapping_info.h index f9a8c73a80..af419108ae 100644 --- a/include/deal.II/matrix_free/mapping_info.h +++ b/include/deal.II/matrix_free/mapping_info.h @@ -75,7 +75,7 @@ namespace internal const UpdateFlags update_flags_boundary_faces, const UpdateFlags update_flags_inner_faces, const UpdateFlags update_flags_faces_by_cells, - const bool piola_transform = false); + const bool piola_transform); /** * Update the information in the given cells and faces that is the -- 2.39.5