From 20b6fb08533c926e56bcfc984919ef0b633b836d Mon Sep 17 00:00:00 2001 From: Markus Blatt Date: Tue, 27 Jan 2015 14:05:38 +0100 Subject: [PATCH] Fixes typo: residuum -> residual --- opm/autodiff/FullyImplicitBlackoilSolver.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/autodiff/FullyImplicitBlackoilSolver.hpp b/opm/autodiff/FullyImplicitBlackoilSolver.hpp index e16f80de8..dc9a1b978 100644 --- a/opm/autodiff/FullyImplicitBlackoilSolver.hpp +++ b/opm/autodiff/FullyImplicitBlackoilSolver.hpp @@ -275,7 +275,7 @@ namespace Opm { /// \brief Compute the residual norms of the mass balance for each phase, /// the well flux, and the well equation. /// \return a vector that contains for each phase the norm of the mass balance - /// and afterwards the norm of the residuum of the well flux and the well equation. + /// and afterwards the norm of the residual of the well flux and the well equation. std::vector computeResidualNorms() const; ADB