From 0318ebe2a28d42886c94f62467c79838c01fb4d2 Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Wed, 2 Nov 2005 14:02:15 +0000 Subject: [PATCH] Update refs. after integration of branch_renumbering. git-svn-id: https://svn.dealii.org/trunk@11686 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/fe/rt_5.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/fe/rt_5.cc b/tests/fe/rt_5.cc index 84beeeec7e..9487345337 100644 --- a/tests/fe/rt_5.cc +++ b/tests/fe/rt_5.cc @@ -34,6 +34,7 @@ test(const unsigned int degree) FE_RaviartThomas fe_rt(degree); + if (fe_rt.restriction_is_implemented()) for (unsigned int c=0; c::children_per_cell; ++c) { const FullMatrix & m = fe_rt.get_restriction_matrix(c); -- 2.39.5