]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix typo.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 28 Apr 1998 12:54:16 +0000 (12:54 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 28 Apr 1998 12:54:16 +0000 (12:54 +0000)
git-svn-id: https://svn.dealii.org/trunk@216 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/Attic/examples/error-estimation/error-estimation.cc
tests/big-tests/error-estimation/error-estimation.cc

index d445e7d19f5c4d2d4d6cb343b0368bc74bf4bf33..8d69f8e19a985339c76757385b5e2c009989534a 100644 (file)
@@ -302,7 +302,7 @@ void PoissonProblem<dim>::run (const unsigned int start_level) {
   cout << "    Estimating H1 error... ";
   KellyErrorEstimator<dim> ee;
   QTrapez<dim-1> eq;
-  ee.estimate_error (*dof, eq, fe, StraightBoundary<dim>(),
+  ee.estimate_error (*dof, eq, fe, boundary,
                     KellyErrorEstimator<dim>::FunctionMap(),
                     solution,
                     estimated_error_per_cell);
index d445e7d19f5c4d2d4d6cb343b0368bc74bf4bf33..8d69f8e19a985339c76757385b5e2c009989534a 100644 (file)
@@ -302,7 +302,7 @@ void PoissonProblem<dim>::run (const unsigned int start_level) {
   cout << "    Estimating H1 error... ";
   KellyErrorEstimator<dim> ee;
   QTrapez<dim-1> eq;
-  ee.estimate_error (*dof, eq, fe, StraightBoundary<dim>(),
+  ee.estimate_error (*dof, eq, fe, boundary,
                     KellyErrorEstimator<dim>::FunctionMap(),
                     solution,
                     estimated_error_per_cell);

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.