diff --git a/opm/core/simulator/initStateEquil.hpp b/opm/core/simulator/initStateEquil.hpp index 43f77aac4..4d7a6f0ff 100644 --- a/opm/core/simulator/initStateEquil.hpp +++ b/opm/core/simulator/initStateEquil.hpp @@ -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.