From: Wolfgang Bangerth Date: Mon, 9 Jan 2006 17:13:02 +0000 (+0000) Subject: Use proper namespace. X-Git-Tag: v8.0.0~12692 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=644527aed7cf1a5d4ed1cdc56220c9d0e28ab84c;p=dealii.git Use proper namespace. git-svn-id: https://svn.dealii.org/trunk@11970 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/hp/hp_dof_handler.cc b/tests/hp/hp_dof_handler.cc index 57e36c3ba7..f0268c74c0 100644 --- a/tests/hp/hp_dof_handler.cc +++ b/tests/hp/hp_dof_handler.cc @@ -39,7 +39,7 @@ int main () Triangulation tria; GridGenerator::hyper_cube(tria); - FECollection fe_collection; + hp::FECollection fe_collection; fe_collection.add_fe (FE_DGQ (1)); hp::DoFHandler dof_handler(tria);