From 459bbb746a60c48b141c43fed447387ffb983eee Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 19 Feb 2013 04:26:24 +0000 Subject: [PATCH] Add something to the documentation. git-svn-id: https://svn.dealii.org/trunk@28459 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/fe/fe_values.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/fe/fe_values.h b/deal.II/include/deal.II/fe/fe_values.h index 8b465e3c8a..1211ac37de 100644 --- a/deal.II/include/deal.II/fe/fe_values.h +++ b/deal.II/include/deal.II/fe/fe_values.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -2648,7 +2648,7 @@ public: /** * Return a pointer to the vector of - * quadrature points. + * quadrature points in real space. */ const std::vector > &get_quadrature_points () const; -- 2.39.5