From: Wolfgang Bangerth Date: Wed, 19 Oct 2005 14:46:31 +0000 (+0000) Subject: The element should have been simply RT, not RTNodal. X-Git-Tag: v8.0.0~12977 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe612644768c7922583f59c5037918c373e52c8e;p=dealii.git The element should have been simply RT, not RTNodal. git-svn-id: https://svn.dealii.org/trunk@11626 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/fe/rt_7.cc b/tests/fe/rt_7.cc index 483eb747d2..a9efae9cd7 100644 --- a/tests/fe/rt_7.cc +++ b/tests/fe/rt_7.cc @@ -37,7 +37,7 @@ template void plot_shape_functions(const unsigned int degree) { - FE_RaviartThomasNodal fe_rt(degree); + FE_RaviartThomas fe_rt(degree); Triangulation tr; GridGenerator::hyper_cube(tr, 0., 1.);