From 83a689d17ca78975a2b3750adeb6e12b4174632a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 29 Jun 2009 09:43:35 +0000 Subject: [PATCH] Fix a Trilinos problem. git-svn-id: https://svn.dealii.org/trunk@18995 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 280e2b2d5a..06c8f932ab 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -150,6 +150,16 @@ inconvenience this causes.

lac

    +
  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. +
    + (WB 2009/06/29) +

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