From d8c9f3d9dba02bc2343cb15685f86aea1fce0a75 Mon Sep 17 00:00:00 2001 From: Simon Sticko Date: Wed, 16 Feb 2022 15:42:12 +0100 Subject: [PATCH] Minor cleanup to test of non_matching::FEValues --- tests/non_matching/fe_values.cc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tests/non_matching/fe_values.cc b/tests/non_matching/fe_values.cc index 0e15ab086f..9ae268beea 100644 --- a/tests/non_matching/fe_values.cc +++ b/tests/non_matching/fe_values.cc @@ -67,9 +67,10 @@ assert_doesnt_have_value(const std_cxx17::optional &fe_values) // Test the following: // 1. That we can construct a NonMatching::FEValues object. // 2. That when we call reinit on each cell in the triangulation, -// the boost::optionals that we get from get_inside/outside/surface_fe_values -// are set up correctly. That is, the optionals that should contain a value do -// and the ones that should not contain a value do not. +// the std_cxx17::optionals that we get from +// get_inside/outside/surface_fe_values are set up correctly. That is, the +// optionals that should contain a value do and the ones that should not contain +// a value do not. template class Test { @@ -94,7 +95,7 @@ private: Triangulation triangulation; hp::FECollection fe_collection; - hp::DoFHandler dof_handler; + DoFHandler dof_handler; hp::MappingCollection mapping_collection; hp::QCollection q_collection; -- 2.39.5