From: Wolfgang Bangerth Date: Mon, 22 Aug 2016 22:53:39 +0000 (-0600) Subject: Do the test the comment at the top of the file actually suggests. X-Git-Tag: v8.5.0-rc1~747^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a120abba310f82ac88b129fcd8503ae325fd8ea9;p=dealii.git Do the test the comment at the top of the file actually suggests. --- diff --git a/tests/aniso/hp_constraints_dgp_nonparametric_08.cc b/tests/aniso/hp_constraints_dgp_nonparametric_08.cc index 79a98934f4..56d11814aa 100644 --- a/tests/aniso/hp_constraints_dgp_nonparametric_08.cc +++ b/tests/aniso/hp_constraints_dgp_nonparametric_08.cc @@ -29,7 +29,7 @@ void test () { hp::FECollection fe; for (unsigned int i=0; i<4; ++i) - fe.push_back (FE_DGPMonomial(i)); + fe.push_back (FE_DGPNonparametric(i)); test_with_hanging_nodes_random_aniso (fe); }