From f9b0371d7e3d70b0c4e59e42baee7798d057f428 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 17 Apr 2004 04:17:43 +0000 Subject: [PATCH] Grammar fix. git-svn-id: https://svn.dealii.org/trunk@9037 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/solution_transfer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/deal.II/include/numerics/solution_transfer.h b/deal.II/deal.II/include/numerics/solution_transfer.h index a6510d86f8..bf7e39410d 100644 --- a/deal.II/deal.II/include/numerics/solution_transfer.h +++ b/deal.II/deal.II/include/numerics/solution_transfer.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -111,9 +111,9 @@ * soltrans.interpolate(solution, interpolated_solution); * @end{verbatim} * - * Multiple calling of the function + * Multiple calls to the function * @p{interpolate (const Vector &in, Vector &out)} - * is NOT allowed. Interpolating several functions can be performed in one step + * are NOT allowed. Interpolating several functions can be performed in one step * by using * @p{void interpolate (const vector >&all_in, vector >&all_out) const}, * and using the respective @p{prepare_for_coarsening_and_refinement} function -- 2.39.5