]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix missing typename.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 10 Jul 2001 16:31:03 +0000 (16:31 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 10 Jul 2001 16:31:03 +0000 (16:31 +0000)
git-svn-id: https://svn.dealii.org/trunk@4838 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-7/step-7.cc

index 0f13486717af7d64829f009b3d85ef9ac6427041..8059b4162edda35179505f56e82d92ea89b90e23 100644 (file)
@@ -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,

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.