From f02c6d5ba3ea5a5936947a83faf1960cf5f0ebdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Oberhuber?= <oberhuber.tomas@gmail.com> Date: Wed, 29 Dec 2021 18:29:12 +0100 Subject: [PATCH] Fix of typo in LinearSolver. --- src/TNL/Solvers/Linear/LinearSolver.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/TNL/Solvers/Linear/LinearSolver.h b/src/TNL/Solvers/Linear/LinearSolver.h index 8408be9118..858f081890 100644 --- a/src/TNL/Solvers/Linear/LinearSolver.h +++ b/src/TNL/Solvers/Linear/LinearSolver.h @@ -69,7 +69,7 @@ class LinearSolver using ConstVectorViewType = typename Traits< Matrix >::ConstVectorViewType; /** - * \brief Type of the matrix representign the linear system. + * \brief Type of the matrix representing the linear system. */ using MatrixType = Matrix; @@ -89,7 +89,7 @@ class LinearSolver using PreconditionerPointer = std::shared_ptr< std::add_const_t< PreconditionerType > >; /** - * \brief This is method defines configuration entries for setup of the linear iterative solver. + * \brief This method defines configuration entries for setup of the linear iterative solver. * * See \ref IterativeSolver::configSetup. * -- GitLab