From: bangerth Date: Sat, 20 Oct 2007 01:08:56 +0000 (+0000) Subject: Fix the same typo another time. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=186488e9329cb0c480a5ec321ced0e12acbecd19;p=dealii-svn.git Fix the same typo another time. git-svn-id: https://svn.dealii.org/trunk@15357 0785d39b-7218-0410-832d-ea1e28bc413d --- 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,