mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
[cleanup][Wells] Consequently use SparseMatrixAdapter in addWellContributions.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user