From ced40d2964be275992dfdfd535fb03ea2d471286 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sat, 2 Sep 2006 23:29:41 +0000 Subject: [PATCH] Undo previous accidental change git-svn-id: https://svn.dealii.org/trunk@13803 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/hp/hp_line_dof_identities_q.cc | 4 ++-- tests/hp/hp_quad_dof_identities_q.cc | 4 ++-- tests/hp/hp_vertex_dof_identities_q.cc | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/hp/hp_line_dof_identities_q.cc b/tests/hp/hp_line_dof_identities_q.cc index 2c8710095a..db9c883ddf 100644 --- a/tests/hp/hp_line_dof_identities_q.cc +++ b/tests/hp/hp_line_dof_identities_q.cc @@ -12,7 +12,7 @@ //---------------------------- hp_line_dof_identities_q.cc --------------------------- -// check FE_DGQ::hp_line_dof_identities +// check FE_Q::hp_line_dof_identities #include @@ -27,7 +27,7 @@ void test () { hp::FECollection fe_collection; for (unsigned int i=1; i<8-dim; ++i) - fe_collection.push_back (FE_DGQ(i)); + fe_collection.push_back (FE_Q(i)); for (unsigned int i=0; i @@ -27,7 +27,7 @@ void test () { hp::FECollection fe_collection; for (unsigned int i=1; i<8-dim; ++i) - fe_collection.push_back (FE_DGQ(i)); + fe_collection.push_back (FE_Q(i)); for (unsigned int i=0; i @@ -27,7 +27,7 @@ void test () { hp::FECollection fe_collection; for (unsigned int i=1; i<8-dim; ++i) - fe_collection.push_back (FE_DGQ(i)); + fe_collection.push_back (FE_Q(i)); for (unsigned int i=0; i