From: bangerth Date: Mon, 29 Jun 2009 09:43:35 +0000 (+0000) Subject: Fix a Trilinos problem. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=707f1aae9ac5831fc0ab686a6262ed4e956b0f4e;p=dealii-svn.git Fix a Trilinos problem. git-svn-id: https://svn.dealii.org/trunk@18995 0785d39b-7218-0410-832d-ea1e28bc413d --- 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