From: Wolfgang Bangerth Date: Tue, 4 Oct 2016 20:54:36 +0000 (-0600) Subject: Do not use 'typename' outside templates. X-Git-Tag: v8.5.0-rc1~590^2~1^3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7080c024d6c7d195bbef642acceda3f009d1bd31;p=dealii.git Do not use 'typename' outside templates. --- diff --git a/tests/manifold/spherical_manifold_04.cc b/tests/manifold/spherical_manifold_04.cc index e41f010b60..3075eaace3 100644 --- a/tests/manifold/spherical_manifold_04.cc +++ b/tests/manifold/spherical_manifold_04.cc @@ -72,7 +72,7 @@ void test (const double R) update_quadrature_points | update_JxW_values); - typename DoFHandler::active_cell_iterator + DoFHandler::active_cell_iterator cell = dof_handler.begin_active (), endc = dof_handler.end (); const unsigned int n_q_points = quadrature_formula.size();