From: wolf Date: Thu, 25 Feb 1999 17:24:33 +0000 (+0000) Subject: Doc update. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad1fd95ec37ac8dde582fb42f6ce8079a119170b;p=dealii-svn.git Doc update. git-svn-id: https://svn.dealii.org/trunk@909 0785d39b-7218-0410-832d-ea1e28bc413d --- 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