From: kanschat Date: Thu, 2 Dec 1999 20:08:08 +0000 (+0000) Subject: Silly comment removed X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=360580971607257d94569f7ad681d2b892ffbaa6;p=dealii-svn.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);