Templatize over content type instead of full argument type

This commit is contained in:
Joakim Hove 2021-10-06 12:11:44 +02:00
parent be787b8e14
commit eb2ca4798c

View File

@ -675,9 +675,8 @@ namespace Opm {
assert(growthFactor_ >= 1.0);
}
template <class StepReportVector>
std::set<std::string> consistentlyFailingWells(const StepReportVector& sr)
template <class ProblemType>
std::set<std::string> consistentlyFailingWells(const std::vector<ProblemType>& sr)
{
// If there are wells that cause repeated failures, we
// close them, and restart the un-chopped timestep.