From e197289ea30f1922d0d50878f384fdb62285199e Mon Sep 17 00:00:00 2001 From: Fabian Castelli Date: Mon, 14 Feb 2022 20:54:35 +0100 Subject: [PATCH] Unify deal.II spelling --- contrib/utilities/check_encoding.py | 2 +- include/deal.II/lac/la_parallel_block_vector.templates.h | 2 +- include/deal.II/lac/trilinos_precondition.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/utilities/check_encoding.py b/contrib/utilities/check_encoding.py index 7a18696303..5dc431452b 100755 --- a/contrib/utilities/check_encoding.py +++ b/contrib/utilities/check_encoding.py @@ -17,7 +17,7 @@ # This script checks if the files in the deal.II repository are encoded with # valid UTF8. # -# This script should be invoked from the root folder of the deal.ii +# This script should be invoked from the root folder of the deal.II # repository: # contrib/utilities/check_encoding.py from __future__ import print_function diff --git a/include/deal.II/lac/la_parallel_block_vector.templates.h b/include/deal.II/lac/la_parallel_block_vector.templates.h index 8a8674f83d..188d03138a 100644 --- a/include/deal.II/lac/la_parallel_block_vector.templates.h +++ b/include/deal.II/lac/la_parallel_block_vector.templates.h @@ -920,7 +920,7 @@ namespace LinearAlgebra // in case one vector is empty and the second one is not, the // FullMatrix resized to (m,n) will have 0 both in m() and n() - // which is how TableBase::reinit() works as of deal.ii@8.5.0. + // which is how TableBase::reinit() works as of deal.II@8.5.0. // Since in this case there is nothing to do anyway -- return immediately. if (n == 0 || m == 0) return; diff --git a/include/deal.II/lac/trilinos_precondition.h b/include/deal.II/lac/trilinos_precondition.h index e02048e45f..8fa361f179 100644 --- a/include/deal.II/lac/trilinos_precondition.h +++ b/include/deal.II/lac/trilinos_precondition.h @@ -1902,7 +1902,7 @@ namespace TrilinosWrappers /** * Let Trilinos compute a multilevel hierarchy for the solution of a - * linear system with the given matrix. This function takes a deal.ii + * linear system with the given matrix. This function takes a deal.II * matrix and copies the content into a Trilinos matrix, so the function * can be considered rather inefficient. */ -- 2.39.5