From a120abba310f82ac88b129fcd8503ae325fd8ea9 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 22 Aug 2016 16:53:39 -0600 Subject: [PATCH] Do the test the comment at the top of the file actually suggests. --- tests/aniso/hp_constraints_dgp_nonparametric_08.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.5