From: Peter Munch Date: Sat, 17 Apr 2021 20:55:40 +0000 (+0200) Subject: Fix test matrix_free/categorize_by_boundary_ids_01 X-Git-Tag: v9.3.0-rc1~198^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf0c48f5d85113888b8c6af8c28269bdb431c5c5;p=dealii.git Fix test matrix_free/categorize_by_boundary_ids_01 --- 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