From 7080c024d6c7d195bbef642acceda3f009d1bd31 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 4 Oct 2016 14:54:36 -0600 Subject: [PATCH] Do not use 'typename' outside templates. --- tests/manifold/spherical_manifold_04.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.5