From cf58cd9614ab0351fea1fc4e8a8a154d1778c132 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 29 Jun 2009 09:44:42 +0000 Subject: [PATCH] Fix a trilinos problem. git-svn-id: https://svn.dealii.org/branches/releases/Branch-6-2@18996 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/6.2.1-vs-6.2.2.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/news/6.2.1-vs-6.2.2.h b/deal.II/doc/news/6.2.1-vs-6.2.2.h index 07cad31cc7..a618e6ae65 100644 --- a/deal.II/doc/news/6.2.1-vs-6.2.2.h +++ b/deal.II/doc/news/6.2.1-vs-6.2.2.h @@ -1,5 +1,5 @@ /** - * @page changes_between_6.2.0_and_6.2.1 Changes between Version 6.2.0 and 6.2.1 + * @page changes_between_6.2.1_and_6.2.2 Changes between Version 6.2.1 and 6.2.2

This is the list of changes made between the release of @@ -8,6 +8,14 @@ deal.II version 6.2.0 and version 6.2.1:

    +
  1. +

    + Fixed: The TrilinosWrappers::MPI::BlockVector class declares an assignment + operator from the non-Trilinos BlockVector class but it could not be + compiled due to an oversight. This is now fixed. +

    +
  2. +
  3. Fixed: The TrilinosWrappers::BlockVector class declares an assignment -- 2.39.5