From 01e0ed78d2f67016dc19c774ae5b3e9217734af8 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 23 Apr 2001 15:56:44 +0000 Subject: [PATCH] Fix typos. git-svn-id: https://svn.dealii.org/trunk@4467 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-8/step-8.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/examples/step-8/step-8.cc b/deal.II/examples/step-8/step-8.cc index c767e4d2e2..97d27c551c 100644 --- a/deal.II/examples/step-8/step-8.cc +++ b/deal.II/examples/step-8/step-8.cc @@ -809,12 +809,12 @@ void ElasticProblem::refine_grid () // The output happens mostly as has // been shown in previous examples // already. The only difference is - // not that the solution function is - // std::vector values. The ``DataOut'' + // that the solution function is + // vector valued. The ``DataOut'' // class takes care of this // automatically, but we have to give // each component of the solution - // std::vector a different name. + // vector a different name. template void ElasticProblem::output_results (const unsigned int cycle) const { -- 2.39.5