throw when calling addWellContributions() for MSW

This commit is contained in:
Kai Bao
2019-08-15 11:29:30 +02:00
parent cc472da226
commit f40c1cc12f
3 changed files with 15 additions and 2 deletions

View File

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