From: Guido Kanschat Date: Thu, 2 Dec 1999 20:08:08 +0000 (+0000) Subject: Silly comment removed X-Git-Tag: v8.0.0~21391 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb931769f15259de767683737c26e88b5a77b6e2;p=dealii.git Silly comment removed git-svn-id: https://svn.dealii.org/trunk@1969 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/vector.h b/deal.II/lac/include/lac/vector.h index d057326ca0..6bdcaeb6e3 100644 --- a/deal.II/lac/include/lac/vector.h +++ b/deal.II/lac/include/lac/vector.h @@ -321,10 +321,7 @@ class Vector { /** * Scale each element of the vector by the - * given factor. This function was - * previously called #equ(Number)#, which - * in my eyes is an extremely unintuitive - * naming and was thus replaced. + * given factor. */ void scale (const Number factor);