From: Matthias Maier Date: Tue, 27 Jun 2023 15:57:50 +0000 (-0500) Subject: doc: fix typos and use annotation in two places X-Git-Tag: v9.5.0-rc1~5^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=525b9034d7be1c0bbffc2c655e8a1fd48c0801fd;p=dealii.git doc: fix typos and use annotation in two places --- 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)