From 2e84ed35ad352f799f7f107172a672ca0b79d102 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Fri, 25 Sep 2015 19:09:07 -0500 Subject: [PATCH] update changes.h entry --- doc/news/changes.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/news/changes.h b/doc/news/changes.h index 331bca8a57..a463e43f63 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -50,10 +50,10 @@ inconvenience this causes.
  • Cleanup: The two argument variant of cross_product() that returned the result by reference as first argument has been removed. Use the - cross_product() function that directly returns the result instead. - Further, the exception - Tensor::ExcInvalidTensorContractionIndex - has been removed + function cross_product_2d(), or cross_product_3d(), that directly returns + the result instead. Further, the exception + Tensor::ExcInvalidTensorContractionIndex has been + removed
    (Matthias Maier, 2015/09/14 - 2015/09/17)
  • -- 2.39.5