From 27ceaea40b33964cfc607b5f5885dc9b44f551bf Mon Sep 17 00:00:00 2001 From: wolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d> Date: Tue, 10 Jul 2001 16:31:03 +0000 Subject: [PATCH] Fix missing typename. git-svn-id: https://svn.dealii.org/trunk@4838 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-7/step-7.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-7/step-7.cc b/deal.II/examples/step-7/step-7.cc index 0f13486717..8059b4162e 100644 --- a/deal.II/examples/step-7/step-7.cc +++ b/deal.II/examples/step-7/step-7.cc @@ -1088,7 +1088,7 @@ void LaplaceProblem<dim>::refine_grid () { Vector<float> estimated_error_per_cell (triangulation.n_active_cells()); - FunctionMap<dim>::type neumann_boundary; + typename FunctionMap<dim>::type neumann_boundary; KellyErrorEstimator<dim>::estimate (dof_handler, QGauss3<dim-1>(), neumann_boundary, -- 2.39.5