From d27e522ba4d548bf641eda84aab91503e44bb935 Mon Sep 17 00:00:00 2001 From: Markus Blatt Date: Wed, 28 Jan 2015 19:17:25 +0100 Subject: [PATCH] docu fix (???) -> tempV. --- 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 697c46e9c..bdb5df208 100644 --- a/opm/autodiff/FullyImplicitBlackoilSolver.hpp +++ b/opm/autodiff/FullyImplicitBlackoilSolver.hpp @@ -367,7 +367,7 @@ namespace Opm { /// \param[out] R_sum An array of size MaxNumPhases where entry i contains the sum /// of R for the phase i. /// \param[out] maxCoeff An array of size MaxNumPhases where entry i contains the - /// maximum of (???) for the phase i. + /// maximum of tempV for the phase i. /// \param[out] B_avg An array of size MaxNumPhases where entry i contains the average /// of B for the phase i. /// \param[in] nc The number of cells of the local grid.