addressing reviewing comments for PR OPM/opm-common#3378

This commit is contained in:
Kai Bao
2023-02-21 10:46:12 +01:00
parent 1d8e92a262
commit affdea72eb
3 changed files with 9 additions and 5 deletions

View File

@@ -81,8 +81,8 @@ namespace Opm {
size_t size() const;
std::unordered_map<int, SingleAquiferFlux>::const_iterator begin() const;
std::unordered_map<int, SingleAquiferFlux>::const_iterator end() const;
AquFluxs::const_iterator begin() const;
AquFluxs::const_iterator end() const;
void loadFromRestart(const RestartIO::RstAquifer& rst);