Fix minor doc errors.

This commit is contained in:
Atgeirr Flø Rasmussen 2013-03-22 09:26:45 +01:00
parent db1220eb60
commit 3f8ba3c1e5
2 changed files with 3 additions and 3 deletions

View File

@ -35,8 +35,8 @@ namespace Opm
/// (single-phase) time-of-flight using reordering.
/// The equation solved is:
/// \f[v \cdot \nabla\tau = \phi\f]
/// where \f$ v \f$ is the fluid velocity, \f$ \tau \f$ is time-of-flight and
/// \f$ \phi \f$ is the porosity. This is a boundary value problem, where
/// in which \f$ v \f$ is the fluid velocity, \f$ \tau \f$ is time-of-flight and
/// \f$ \phi \f$ is the porosity. This is a boundary value problem, and
/// \f$ \tau \f$ is specified to be zero on all inflow boundaries.
class TofReorder : public ReorderSolverInterface
{

View File

@ -30,7 +30,7 @@ namespace Opm
/// Interface for implementing reordering solvers.
/// A subclass must provide the solveSingleCell() and
/// solveMultiCell methods, and is expected to implement a solve()
/// method that will have an interface geared to the its's own
/// method that will have an interface geared to the its own
/// needs. (The solve() method is therefore not virtual in this
/// class.) The reorderAndTransport() method is provided as an aid
/// to implementing solve() in subclasses, together with the