From babef0c94aac778218d3ab36c081460e8860e3cd Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Fri, 10 Apr 2015 17:45:46 +0200 Subject: [PATCH] Small documentation update --- include/deal.II/lac/sparse_direct.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.5