From: David Wells Date: Wed, 18 Nov 2015 19:04:54 +0000 (-0500) Subject: Update a deprecation message in changes.h. X-Git-Tag: v8.4.0-rc2~219^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fe62d61844714f5011e31d818bb2e81f4017b36;p=dealii.git Update a deprecation message in changes.h. These functions are no longer deprecated and should not be marked as such in the changelog. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 8d659a5175..49b0aab6f2 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -640,10 +640,8 @@ inconvenience this causes. (Maien Hamed, 2015/08/01-2015/08/09) -
  • Changed: The function Vector::add() that adds a scalar number to all - elements of a vector has been deprecated. The same is true for the - Vector::ratio() function, and for the corresponding functions in other - vector classes. +
  • Changed: The function Vector::ratio() and the corresponding + functions in other vector classes have been deprecated.
    (Wolfgang Bangerth, Bruno Turcksin, 2015/08/13)