From: bangerth Date: Sat, 2 Sep 2006 23:29:41 +0000 (+0000) Subject: Undo previous accidental change X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ced40d2964be275992dfdfd535fb03ea2d471286;p=dealii-svn.git Undo previous accidental change git-svn-id: https://svn.dealii.org/trunk@13803 0785d39b-7218-0410-832d-ea1e28bc413d --- 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