From: Wolfgang Bangerth Date: Sat, 2 Sep 2006 23:29:41 +0000 (+0000) Subject: Undo previous accidental change X-Git-Tag: v8.0.0~11169 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58b0dd70f5df8cc004beca5ce937df62d2481519;p=dealii.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