From: wolf Date: Mon, 9 Jan 2006 17:13:02 +0000 (+0000) Subject: Use proper namespace. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a714836c7bde34bcb1fd734c1b5e7b1d987af442;p=dealii-svn.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);