From ce33d9e869a337b84ce1f6f1e52b2c0d1c514af0 Mon Sep 17 00:00:00 2001 From: Kilian Weishaupt <kilian.weishaupt@iws.uni-stuttgart.de> Date: Tue, 9 Oct 2018 14:24:11 +0200 Subject: [PATCH] [darcyslaw][tpfa] Fix typos --- dumux/discretization/cellcentered/tpfa/darcyslaw.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dumux/discretization/cellcentered/tpfa/darcyslaw.hh b/dumux/discretization/cellcentered/tpfa/darcyslaw.hh index 109ac32bc9..d6ed9a01e5 100644 --- a/dumux/discretization/cellcentered/tpfa/darcyslaw.hh +++ b/dumux/discretization/cellcentered/tpfa/darcyslaw.hh @@ -40,7 +40,7 @@ class DarcysLawImplementation; /*! * \ingroup CCTpfaDiscretization * \brief Darcy's law for cell-centered finite volume schemes with two-point flux approximation - * \note Darcy's law is speialized for network and surface grids (i.e. if grid dim < dimWorld) + * \note Darcy's law is specialized for network and surface grids (i.e. if grid dim < dimWorld) * \tparam Scalar the scalar type for scalar physical quantities * \tparam FVGridGeometry the grid geometry * \tparam isNetwork whether we are computing on a network grid embedded in a higher world dimension @@ -51,7 +51,7 @@ class CCTpfaDarcysLaw; /*! * \ingroup CCTpfaDiscretization * \brief Darcy's law for cell-centered finite volume schemes with two-point flux approximation - * \note Darcy's law is speialized for network and surface grids (i.e. if grid dim < dimWorld) + * \note Darcy's law is specialized for network and surface grids (i.e. if grid dim < dimWorld) */ template <class TypeTag> class DarcysLawImplementation<TypeTag, DiscretizationMethod::cctpfa> -- GitLab