adding one line comment for WellModel in BlackoilModelBase

This commit is contained in:
Kai Bao 2016-04-18 16:06:05 +02:00
parent 350a38164e
commit e67e31171d

View File

@ -104,6 +104,7 @@ namespace Opm {
/// It uses automatic differentiation via the class AutoDiffBlock
/// to simplify assembly of the jacobian matrix.
/// \tparam Grid UnstructuredGrid or CpGrid.
/// \tparam WellModel WellModel employed.
/// \tparam Implementation Provides concrete state types.
template<class Grid, class WellModel, class Implementation>
class BlackoilModelBase