]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix clear bogosities.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 16 Oct 2002 21:29:02 +0000 (21:29 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 16 Oct 2002 21:29:02 +0000 (21:29 +0000)
git-svn-id: https://svn.dealii.org/trunk@6667 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 99942ed22c429e34db49ffb971436b45174b8f00..e27baacf73b7a3f3926c4550701c30c0fb88094b 100644 (file)
@@ -2824,7 +2824,7 @@ namespace LaplaceSolver
   WeightedResidual<dim>::output_solution () const
   {
     const PrimalSolver<dim> &primal_solver = *this;
-    const PrimalSolver<dim> &dual_solver   = *this;
+    const DualSolver<dim>   &dual_solver   = *this;
     
     ConstraintMatrix primal_hanging_node_constraints;
     DoFTools::make_hanging_node_constraints (primal_solver.dof_handler,
@@ -2889,7 +2889,7 @@ namespace LaplaceSolver
   estimate_error (Vector<float> &error_indicators) const
   {
     const PrimalSolver<dim> &primal_solver = *this;
-    const PrimalSolver<dim> &dual_solver   = *this;
+    const DualSolver<dim>   &dual_solver   = *this;
 
                                     // The first task in computing
                                     // the error is to set up vectors
@@ -3093,7 +3093,7 @@ namespace LaplaceSolver
                 FaceIntegrals        &face_integrals) const
   {
     const PrimalSolver<dim> &primal_solver = *this;
-    const PrimalSolver<dim> &dual_solver   = *this;
+    const DualSolver<dim>   &dual_solver   = *this;
 
                                     // At the beginning, we
                                     // initialize two variables for

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.