Updated comment

This commit is contained in:
T.D. (Tongdong) Qiu 2020-05-15 17:55:06 +02:00
parent 04ee2be348
commit dcbba53510

View File

@ -35,11 +35,7 @@ namespace Opm
/// D is a MxM matrix, the square blocks have size MultisegmentWell::numWellEq.
/// B*x and D*B*x are a vector with M*numWellEq doubles
/// C*D*B*x is a vector with N*numEq doubles.
///
/// This class is used in 3 phases:
/// - get total size of all wellcontributions that must be stored here
/// - allocate memory
/// - copy data of wellcontributions
class MultisegmentWellContribution
{