From: Matthias Maier Date: Fri, 10 Apr 2015 15:45:46 +0000 (+0200) Subject: Small documentation update X-Git-Tag: v8.3.0-rc1~297^2~4 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=babef0c94aac778218d3ab36c081460e8860e3cd;p=dealii.git Small documentation update --- diff --git a/include/deal.II/lac/sparse_direct.h b/include/deal.II/lac/sparse_direct.h index 1013d960e6..c5c0669493 100644 --- a/include/deal.II/lac/sparse_direct.h +++ b/include/deal.II/lac/sparse_direct.h @@ -186,8 +186,8 @@ public: const BlockVector &src) const; /** - * Same as vmult(), but adding to the previous solution. Not implemented yet - * but necessary for compiling certain other classes. + * Same as vmult(), but adding to the result to @p dst instead of + * overwriting the previous contents of the vector. */ void vmult_add (Vector &dst, const Vector &src) const;