From 644527aed7cf1a5d4ed1cdc56220c9d0e28ab84c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 9 Jan 2006 17:13:02 +0000 Subject: [PATCH] Use proper namespace. git-svn-id: https://svn.dealii.org/trunk@11970 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/hp/hp_dof_handler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5