From: wolf Date: Tue, 10 Jul 2001 16:31:03 +0000 (+0000) Subject: Fix missing typename. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27ceaea40b33964cfc607b5f5885dc9b44f551bf;p=dealii-svn.git Fix missing typename. git-svn-id: https://svn.dealii.org/trunk@4838 0785d39b-7218-0410-832d-ea1e28bc413d --- 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::refine_grid () { Vector estimated_error_per_cell (triangulation.n_active_cells()); - FunctionMap::type neumann_boundary; + typename FunctionMap::type neumann_boundary; KellyErrorEstimator::estimate (dof_handler, QGauss3(), neumann_boundary,