From: wolf Date: Tue, 1 Jun 1999 12:03:47 +0000 (+0000) Subject: Doc update to make doc++ happy. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b7e04931db60c61f6b5c2ead95ba4c705ad1112;p=dealii-svn.git Doc update to make doc++ happy. git-svn-id: https://svn.dealii.org/trunk@1354 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 0bb2446a79..a9d6388a33 100644 --- a/deal.II/lac/include/lac/full_matrix.h +++ b/deal.II/lac/include/lac/full_matrix.h @@ -356,7 +356,7 @@ class FullMatrix : public Subscriptor * This norm is compatible with the l2 * vector norm. But it is not a natural * matrix norm (cf Rannacher Numeric0), - * therefore it is not called l2_norm. + * therefore it is not called $l_2$-norm. */ number norm2 () const;