From cac05f6d55f35df80d0b22a064a8eaa25c19ddaa Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Sat, 27 Feb 2016 03:59:54 +0100 Subject: [PATCH] add an entry to changes.h --- doc/news/changes.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/news/changes.h b/doc/news/changes.h index 1f84ee4d2d..4c1614787b 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -38,6 +38,12 @@ inconvenience this causes.

    +
  1. Changed: Many functions in VectorTools and MatrixTools now require + matching data types between vectors, matrices, and Function arguments. +
    + (Denis Davydov, 2016/02/27) +
  2. +
  3. Changed: ConstraintMatrix::distribute_local_to_global() and numerous functions in VectorTools namespace now require matching data types. This is done to correctly handle complex-valued case. -- 2.39.5