From 04c55010f9a6e3945c9c50aa5fe1e0db05204de8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 20 Oct 2007 01:08:56 +0000 Subject: [PATCH] Fix the same typo another time. git-svn-id: https://svn.dealii.org/trunk@15357 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/solution_transfer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/numerics/solution_transfer.h b/deal.II/deal.II/include/numerics/solution_transfer.h index 94826267ed..a67b648e64 100644 --- a/deal.II/deal.II/include/numerics/solution_transfer.h +++ b/deal.II/deal.II/include/numerics/solution_transfer.h @@ -88,6 +88,7 @@ DEAL_II_NAMESPACE_OPEN * vector > solutions(n_vectors, Vector (n)); * soltrans.refine_interpolate(solutions_old, solutions); * @endverbatim + * *
  • If the grid will be refined AND coarsened * then use @p SolutionTransfer as follows * @verbatim @@ -100,7 +101,7 @@ DEAL_II_NAMESPACE_OPEN * tria->prepare_coarsening_and_refinement(); * // prepare the SolutionTransfer object * // for coarsening and refinement and give - * // the solution vector that we intent to + * // the solution vector that we intend to * // interpolate later, * soltrans.prepare_for_coarsening_and_refinement(solution); * // actually execute the refinement, -- 2.39.5