]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Do not use 'typename' outside templates.
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 4 Oct 2016 20:54:36 +0000 (14:54 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 4 Oct 2016 20:54:36 +0000 (14:54 -0600)
tests/manifold/spherical_manifold_04.cc

index e41f010b60759f13bcb0352701a9939df64d0eb4..3075eaace3b817434d629e59524c8124676ecbfd 100644 (file)
@@ -72,7 +72,7 @@ void test (const double R)
                            update_quadrature_points |
                            update_JxW_values);
 
-  typename DoFHandler<dim>::active_cell_iterator
+  DoFHandler<dim>::active_cell_iterator
   cell = dof_handler.begin_active (),
   endc = dof_handler.end ();
   const unsigned int n_q_points = quadrature_formula.size();

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.