From 8b27b4a05da02a7549892e36fdedb3d0a09e3185 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Fri, 11 May 2012 15:10:02 +0200 Subject: [PATCH] Minor doc update. --- opm/core/pressure/IncompTpfa.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opm/core/pressure/IncompTpfa.hpp b/opm/core/pressure/IncompTpfa.hpp index 2a0de2751..302a5f40a 100644 --- a/opm/core/pressure/IncompTpfa.hpp +++ b/opm/core/pressure/IncompTpfa.hpp @@ -35,9 +35,9 @@ namespace Opm /// Encapsulating a tpfa pressure solver for the incompressible-fluid case. /// Supports gravity, wells controlled by bhp or reservoir rates, - /// and simple sources as driving forces. + /// boundary conditions and simple sources as driving forces. /// Rock compressibility can be included, but any nonlinear iterations - /// are not handled in this class. + /// are not handled in this class. /// Below we use the shortcuts D for the number of dimensions, N /// for the number of cells and F for the number of faces. class IncompTpfa