Document requirements of CellRange.

This commit is contained in:
Bård Skaflestad 2014-01-20 10:33:42 +01:00
parent 955cb795f3
commit ada48fd0b5

View File

@ -555,7 +555,10 @@ namespace Opm
*
* \tparam CellRange Type of cell range that demarcates the
* cells pertaining to the current
* equilibration region.
* equilibration region. Must implement
* methods begin() and end() to bound the range
* as well as provide an inner type,
* const_iterator, to traverse the range.
*
* \param[in] G Grid.
* \param[in] reg Current equilibration region.