From 360580971607257d94569f7ad681d2b892ffbaa6 Mon Sep 17 00:00:00 2001 From: kanschat Date: Thu, 2 Dec 1999 20:08:08 +0000 Subject: [PATCH] Silly comment removed git-svn-id: https://svn.dealii.org/trunk@1969 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/vector.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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); -- 2.39.5