From: Ralf Hartmann Date: Wed, 2 Nov 2005 14:02:15 +0000 (+0000) Subject: Update refs. after integration of branch_renumbering. X-Git-Tag: v8.0.0~12925 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0318ebe2a28d42886c94f62467c79838c01fb4d2;p=dealii.git Update refs. after integration of branch_renumbering. git-svn-id: https://svn.dealii.org/trunk@11686 0785d39b-7218-0410-832d-ea1e28bc413d --- 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);