From 4ec694bbd8a0573b48d60aea3622fca9f0bd8c8f Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Tue, 15 Sep 2015 15:40:51 -0500 Subject: [PATCH] Update news/changes.h --- doc/news/changes.h | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/doc/news/changes.h b/doc/news/changes.h index 68a8870fa2..27bf926ae4 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -47,13 +47,16 @@ inconvenience this causes.
  • Cleanup: The following functions in tensor.h have been deprecated:
    - - The three argument variant of cross_product that returns the result by - reference as first argument. Use the function that directly returns the - result instead. - - The three argument variants of outer_product that return the result by - reference as first argument. Use the function that directly returns the - result instead. - - determinant(dealii::Tensor) + - The three argument variants of contract that return the + result by reference as first argument. Use operator* + instead. + - The three argument variant of cross_product that returns + the result by reference as first argument. Use the function that directly + returns the result instead. + - The three argument variants of outer_product that return + the result by reference as first argument. Use the function that directly + returns the result instead. + - determinant(dealii::Tensor)
    (Matthias Maier, 2015/09/14 - XXX)
  • -- 2.39.5