From 6b7e04931db60c61f6b5c2ead95ba4c705ad1112 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 1 Jun 1999 12:03:47 +0000 Subject: [PATCH] Doc update to make doc++ happy. git-svn-id: https://svn.dealii.org/trunk@1354 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/full_matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5