BlackoilWellModel: move numLocalNonshutWells to generic class

This commit is contained in:
Arne Morten Kvarving
2023-05-22 10:01:33 +02:00
parent aaa1006e2b
commit e7738e70dc
4 changed files with 6 additions and 11 deletions

View File

@@ -1485,15 +1485,6 @@ namespace Opm {
}
template<typename TypeTag>
int
BlackoilWellModel<TypeTag>::
numLocalNonshutWells() const
{
return well_container_.size();
}
template<typename TypeTag>
void
BlackoilWellModel<TypeTag>::