From ad1fd95ec37ac8dde582fb42f6ce8079a119170b Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 25 Feb 1999 17:24:33 +0000 Subject: [PATCH] Doc update. git-svn-id: https://svn.dealii.org/trunk@909 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/full_matrix.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/lac/include/lac/full_matrix.h b/deal.II/lac/include/lac/full_matrix.h index 99d4af5532..fa539f6445 100644 --- a/deal.II/lac/include/lac/full_matrix.h +++ b/deal.II/lac/include/lac/full_matrix.h @@ -28,8 +28,8 @@ class iVector; * data type of the entries is provided in the template argument #number#. * The interface is quite fat and in fact has grown every time a new * feature was needed. So, a lot of functions are provided. - * - * The since the instantiation of this template is quite an effort, + * + * Since the instantiation of this template is quite an effort, * standard versions are precompiled into the library. These include all * combinations of 'float' and 'double' for matrices and vectors. If you need more * data types, the implementation of non-inline functions is in -- 2.39.5