From: Martin Kronbichler Date: Fri, 8 May 2009 16:34:03 +0000 (+0000) Subject: Fix a typo. X-Git-Tag: v8.0.0~7702 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d05402f928d055b9a0435716006df369920dc8b1;p=dealii.git Fix a typo. git-svn-id: https://svn.dealii.org/trunk@18827 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index dccc7ef883..08a44b501c 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -68,7 +68,7 @@ inconvenience this causes.
  • New: The SparseMatrix class has now a function mmult that - can multiply two sparse matrix with each other. + can multiply two sparse matrices with each other.
    (Martin Kronbichler 2009/05/04)