From: guido Date: Tue, 15 Mar 2005 03:14:00 +0000 (+0000) Subject: typo X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c6b94cebd59dace7ad59fcc92a30ebc4d0ebdeb;p=dealii-svn.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