From: Wolfgang Bangerth Date: Wed, 24 Jun 2009 16:59:16 +0000 (+0000) Subject: Fixed: The TrilinosWrappers::BlockVector class declares an assignment X-Git-Tag: v8.0.0~7583 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1fd0b6d74682419958d882501d469b16b56cbfb;p=dealii.git Fixed: The TrilinosWrappers::BlockVector class declares an assignment operator from the non-Trilinos BlockVector class but it wasn't implemented. This is now fixed. git-svn-id: https://svn.dealii.org/trunk@18968 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index e7b452b24c..71e59cc700 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -119,6 +119,16 @@ inconvenience this causes.

lac

    +
  1. +

    + Fixed: The TrilinosWrappers::BlockVector class declares an assignment + operator from the non-Trilinos BlockVector class but it wasn't implemented. + This is now fixed. +
    + (WB 2009/06/24) +

    +
  2. +
  3. New: The SparseMatrix class has now a function SparseMatrix::mmult that