From: Wolfgang Bangerth Date: Tue, 10 Jul 2001 16:31:03 +0000 (+0000) Subject: Fix missing typename. X-Git-Tag: v8.0.0~18960 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d49a4bc27be64410ab7bb7687500a9b85207dd94;p=dealii.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,