From a760636ef46301299f04ebf882564fa0a6430a08 Mon Sep 17 00:00:00 2001 From: Bruno Turcksin Date: Wed, 8 Aug 2018 14:42:06 +0000 Subject: [PATCH] Fix typo and wrong formula in the documentation --- include/deal.II/lac/cuda_vector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5