Relegating implementation details.

This commit is contained in:
Ove Sævareid
2021-06-11 14:58:38 +02:00
parent c406216c7f
commit 33511b45c1
3 changed files with 5 additions and 7 deletions

View File

@@ -1567,9 +1567,9 @@ namespace Opm {
template <typename TypeTag>
void
BlackoilWellModel<TypeTag>::
assignWellTracerRates(data::Wells& wsrpt,
const std::map<std::pair<std::string, std::string>, double>& wellTracerRates) const
assignWellTracerRates(data::Wells& wsrpt) const
{
const auto & wellTracerRates = ebosSimulator_.problem().tracerModel().getWellTracerRates();
if (wellTracerRates.empty())
return; // no tracers