From 47ab94efa0f0a37067ecb71c3e8d10aa4fd50435 Mon Sep 17 00:00:00 2001 From: kanschat Date: Tue, 8 May 2012 16:26:22 +0000 Subject: [PATCH] Fix doc git-svn-id: https://svn.dealii.org/trunk@25503 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/full_matrix.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/lac/full_matrix.h b/deal.II/include/deal.II/lac/full_matrix.h index bf547473f3..48c6258f15 100644 --- a/deal.II/include/deal.II/lac/full_matrix.h +++ b/deal.II/include/deal.II/lac/full_matrix.h @@ -1263,8 +1263,7 @@ class FullMatrix : public Table<2,number> /** * Add to the current matrix the - * triple product B - * A-1 + * triple product B A * D. Optionally, use the * transposes of the matrices * B and D. The -- 2.39.5