From: Bruno Turcksin Date: Mon, 4 May 2015 15:09:08 +0000 (-0500) Subject: Fix double entry in changes.h X-Git-Tag: v8.3.0-rc1~196^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc36f3b1129f7382682c46e372ddf89457053f50;p=dealii.git Fix double entry in changes.h --- diff --git a/doc/news/changes.h b/doc/news/changes.h index f0fa056dc9..88b384fc61 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -496,11 +496,6 @@ inconvenience this causes. move constructors and move assignment operators in C++11 mode.
(Matthias Maier, 2015/05/01) -
  • Changed: TrilinosWrappers::Vector, TrilinosWrappers::BlockVector, - PETScWrappers::Vector, and PETScWrappers::BlockVector are deprecated. Either - use the MPI or the deal.II version of the Vector/BlockVector. -
    - (Bruno Turcksin, 2015/05/01)
  • New: Introduce DoFRenumbering::block_wise for multigrid computation.