From 6c328bbbc2887978ac6dde397e7518b2d088e255 Mon Sep 17 00:00:00 2001 From: hanchuan <> Date: Thu, 29 Apr 2021 12:48:34 +0200 Subject: [PATCH] [cleanup] Correct some typos and remove trailing white space --- dumux/common/boundarytypes.hh | 6 ++---- dumux/common/variablesbackend.hh | 2 +- dumux/porousmediumflow/sequential/boundarytypes.hh | 4 +--- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/dumux/common/boundarytypes.hh b/dumux/common/boundarytypes.hh index dbce125fe9..5a168b551d 100644 --- a/dumux/common/boundarytypes.hh +++ b/dumux/common/boundarytypes.hh @@ -143,8 +143,7 @@ public: } /*! - * \brief Set a Neumann boundary condition for a single a single - * equation. + * \brief Set a Neumann boundary condition for a single equation. * * \param eqIdx The index of the equation */ @@ -176,8 +175,7 @@ public: } /*! - * \brief Set a Neumann boundary condition for a single a single - * equation. + * \brief Set a Neumann boundary condition for a single equation. * * \param eqIdx The index of the equation on which the outflow * condition applies. diff --git a/dumux/common/variablesbackend.hh b/dumux/common/variablesbackend.hh index f9e1d77d78..cb8ea9c7e8 100644 --- a/dumux/common/variablesbackend.hh +++ b/dumux/common/variablesbackend.hh @@ -84,7 +84,7 @@ public: * - default-constructible * - has size() member * - has resize(0) member - * - has axpy(a, x) member + * - has axpy(a, x) member */ template<class Vector> class DofBackend<Vector, false> diff --git a/dumux/porousmediumflow/sequential/boundarytypes.hh b/dumux/porousmediumflow/sequential/boundarytypes.hh index a00c06d417..24b43fe4eb 100644 --- a/dumux/porousmediumflow/sequential/boundarytypes.hh +++ b/dumux/porousmediumflow/sequential/boundarytypes.hh @@ -75,9 +75,7 @@ public: } /*! - * \brief Set a Neumann boundary condition for a single a single - * equation. - * + * \brief Set a Neumann boundary condition for a single equation. * \param eqIdx The index of the equation on which the outflow * condition applies. */ -- GitLab