From 525b9034d7be1c0bbffc2c655e8a1fd48c0801fd Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Tue, 27 Jun 2023 10:57:50 -0500 Subject: [PATCH] doc: fix typos and use annotation in two places --- doc/news/9.4.0-vs-9.5.0.h | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/doc/news/9.4.0-vs-9.5.0.h b/doc/news/9.4.0-vs-9.5.0.h index 18a38046fb..05bbdfdda8 100644 --- a/doc/news/9.4.0-vs-9.5.0.h +++ b/doc/news/9.4.0-vs-9.5.0.h @@ -108,12 +108,12 @@ inconvenience this causes.
  • - Updated: deal.II no longer exports the -fPIC/-fpic compiler flags for - compiling relocatable, position independent code. This should have minimal - impact on user projects because CMake is handling the -fPIC/-fpic - automatically. But for some less common scenarios in user projects (e.g., - object targets) it might be necessary to set the POSITION_INDEPENDENT_CODE - target property in CMake. + Updated: deal.II no longer exports the -fPIC/-fpic compiler + flags for compiling relocatable, position independent code. This should + have minimal impact on user projects because CMake is handling the + -fPIC/-fpic automatically. But for some less common + scenarios in user projects (e.g., object targets) it might be necessary + to set the POSITION_INDEPENDENT_CODE target property in CMake.
    (Matthias Maier, 2023/03/29)
  • @@ -367,7 +367,7 @@ inconvenience this causes. The interfaces in SUNDIALS::KINSOL and SUNDIALS::ARKode have been changed correspondingly.
    - (Wolfgang Bangerth, 2023/05/08) + (Wolfgang Bangerth, 2021/05/08)
  • @@ -414,10 +414,11 @@ inconvenience this causes.
  • - Fixed: Originally, the LAPACK in /source/lac/lapack_full_matrix.cc directly - printed errors to the console. This is fixed by using the AssertThrow mechanism - to explicitly display various error messages based on the error values that are - consistent with the LAPACK manual. + Fixed: Originally, the LAPACK wrappers in + source/lac/lapack_full_matrix.cc directly printed errors to the console. + This is fixed by using the AssertThrow mechanism to explicitly display + various error messages based on the error values that are consistent with + the LAPACK manual.
    (Tao Jin, 2023/06/20)
  • @@ -790,7 +791,7 @@ inconvenience this causes.
  • - Fixed: Small fixes to commnicator handling in PETSc classes. Move from + Fixed: Small fixes to communicator handling in PETSc classes. Move from GetArray to GetArrayRead (threadsafe version).
    (Stefano Zampini, 2022/12/20) -- 2.39.5