From: Matthias Maier Date: Sat, 26 Sep 2015 00:09:07 +0000 (-0500) Subject: update changes.h entry X-Git-Tag: v8.4.0-rc2~366^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e84ed35ad352f799f7f107172a672ca0b79d102;p=dealii.git update changes.h entry --- 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)