Fixes typo: residuum -> residual

This commit is contained in:
Markus Blatt 2015-01-27 14:05:38 +01:00
parent 5e94e2ab08
commit 20b6fb0853

View File

@ -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<double> computeResidualNorms() const;
ADB