From: Bruno Turcksin Date: Wed, 8 Aug 2018 14:42:06 +0000 (+0000) Subject: Fix typo and wrong formula in the documentation X-Git-Tag: v9.1.0-rc1~836^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a760636ef46301299f04ebf882564fa0a6430a08;p=dealii.git Fix typo and wrong formula in the documentation --- diff --git a/include/deal.II/lac/cuda_vector.h b/include/deal.II/lac/cuda_vector.h index 4f946f6cf3..f976eab152 100644 --- a/include/deal.II/lac/cuda_vector.h +++ b/include/deal.II/lac/cuda_vector.h @@ -165,7 +165,7 @@ namespace LinearAlgebra add(const Number a, const VectorSpaceVector &V) override; /** - * Multiple addition of scaled vectors, i.e. *this += a*V. + * Multiple additions of scaled vectors, i.e. *this += a*V+b*W. */ virtual void add(const Number a,