From d1fd0b6d74682419958d882501d469b16b56cbfb Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 24 Jun 2009 16:59:16 +0000 Subject: [PATCH] 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 --- 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 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 -- 2.39.5