Use PerfData for perforation rates

This commit is contained in:
Joakim Hove
2021-06-05 08:21:48 +02:00
parent b6318ac017
commit 4b69d12335
5 changed files with 9 additions and 11 deletions

View File

@@ -40,5 +40,9 @@ PerfData::PerfData(std::size_t num_perf, const PhaseUsage& pu_arg):
}
std::size_t PerfData::size() const {
return this->pressure.size();
}
}