From: Guido Kanschat Date: Tue, 15 Mar 2005 03:14:00 +0000 (+0000) Subject: typo X-Git-Tag: v8.0.0~14390 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a60e8cc022e5cc927748440a8c1a0fa66bd7e7e7;p=dealii.git typo git-svn-id: https://svn.dealii.org/trunk@10146 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/matrix_lib.h b/deal.II/lac/include/lac/matrix_lib.h index e8bfd74245..b0f7676b71 100644 --- a/deal.II/lac/include/lac/matrix_lib.h +++ b/deal.II/lac/include/lac/matrix_lib.h @@ -104,7 +104,7 @@ class ProductMatrix : public PointerMatrixBase * M1M2 by performing multiplication with * both factors consecutively. * - * The documentation of @ProductMatrix applies with exception that + * The documentation of ProductMatrix applies with exception that * these matrices here may be rectangular. * * @author Guido Kanschat, 2000, 2001, 2002, 2005