From 18b7d85a4db7bd71f7ab417533bdd514add7b3fe Mon Sep 17 00:00:00 2001 From: David Wells Date: Tue, 8 Dec 2015 13:56:37 -0500 Subject: [PATCH] Reword an awkward sentence. --- doc/doxygen/headers/lac.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/doxygen/headers/lac.h b/doc/doxygen/headers/lac.h index 5bdfaac602..8110e833e0 100644 --- a/doc/doxygen/headers/lac.h +++ b/doc/doxygen/headers/lac.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2003 - 2013 by the deal.II authors +// Copyright (C) 2003 - 2015 by the deal.II authors // // This file is part of the deal.II library. // @@ -18,9 +18,8 @@ /** * @defgroup LAC Linear algebra classes * - * In this module, classes that have to do with linear algebra are collected, - * i.e. mainly those associated matrices, vectors, and the solution of linear - * systems. + * This module contains classes that involve linear algebra, i.e., those + * associated with matrices, vectors, and the solution of linear systems. * * The description of individual groups of classes can be found in * sub-modules. -- 2.39.5