From 38a361b8c1604f305b05f876eba2a66ae39ee878 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sun, 21 Jun 2020 11:40:54 -0400 Subject: [PATCH] apply suggestion --- include/deal.II/grid/grid_tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/grid/grid_tools.h b/include/deal.II/grid/grid_tools.h index 5d36e157cd..bc3a3478fa 100644 --- a/include/deal.II/grid/grid_tools.h +++ b/include/deal.II/grid/grid_tools.h @@ -3150,7 +3150,7 @@ namespace GridTools { // We forward call to the ArrayView version: const ArrayView view( - &indices[0], GeometryInfo::vertices_per_cell); + indices, GeometryInfo::vertices_per_cell); return cell_measure(all_vertices, view); } -- 2.39.5