From bf0c48f5d85113888b8c6af8c28269bdb431c5c5 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Sat, 17 Apr 2021 22:55:40 +0200 Subject: [PATCH] Fix test matrix_free/categorize_by_boundary_ids_01 --- tests/matrix_free/categorize_by_boundary_ids_01.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/matrix_free/categorize_by_boundary_ids_01.cc b/tests/matrix_free/categorize_by_boundary_ids_01.cc index e0e582a45b..019590e89e 100644 --- a/tests/matrix_free/categorize_by_boundary_ids_01.cc +++ b/tests/matrix_free/categorize_by_boundary_ids_01.cc @@ -100,8 +100,6 @@ test(const unsigned int n_refinements) return result; }; - AssertDimension(process(), false); // not categorize - MatrixFreeTools::categorize_by_boundary_ids(tria, additional_data); AssertDimension(process(), true); // categorized -- 2.39.5