]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use proper namespace.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 9 Jan 2006 17:13:02 +0000 (17:13 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 9 Jan 2006 17:13:02 +0000 (17:13 +0000)
git-svn-id: https://svn.dealii.org/trunk@11970 0785d39b-7218-0410-832d-ea1e28bc413d

tests/hp/hp_dof_handler.cc

index 57e36c3ba789e904c5907e32066aa2dc724a02ec..f0268c74c0717c330d3b7816fc0e31054d608c9a 100644 (file)
@@ -39,7 +39,7 @@ int main ()
   Triangulation<dim> tria;
   GridGenerator::hyper_cube(tria);
 
-  FECollection<dim> fe_collection;
+  hp::FECollection<dim> fe_collection;
   fe_collection.add_fe (FE_DGQ<dim> (1));
 
   hp::DoFHandler<dim> dof_handler(tria);

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.