[cleanup][Wells] Consequently use SparseMatrixAdapter in addWellContributions.

This commit is contained in:
Robert Kloefkorn
2019-10-02 12:48:29 +02:00
parent 28cf1c17be
commit f708286111
8 changed files with 60 additions and 59 deletions

View File

@@ -885,7 +885,7 @@ namespace Opm
template<typename TypeTag>
void
MultisegmentWell<TypeTag>::
addWellContributions(Mat& /* mat */) const
addWellContributions(SparseMatrixAdapter& /* jacobian */) const
{
OPM_THROW(std::runtime_error, "addWellContributions is not supported by multisegment well yet");
}