From e887596d311f133f5f6b57be0366a00f71735abe Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 10 Jun 2010 13:39:02 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@21192 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/fe/fe_q.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/deal.II/source/fe/fe_q.cc b/deal.II/deal.II/source/fe/fe_q.cc index f6da1338b3..a7924d9416 100644 --- a/deal.II/deal.II/source/fe/fe_q.cc +++ b/deal.II/deal.II/source/fe/fe_q.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -213,7 +213,7 @@ struct FE_Q::Implementation // mother and cell face. // the interpolation process works - // as followings: on each subface, + // as follows: on each subface, // we want that finite element // solutions from both sides // coincide. i.e. if a and b are -- 2.39.5