Delete unused code for ?CON serialization

This commit is contained in:
Joakim Hove
2019-04-17 10:14:01 +02:00
parent eef4cad54f
commit b5dbc3d8e5
8 changed files with 0 additions and 301 deletions

View File

@@ -113,7 +113,6 @@ namespace Opm
size_t numWells() const;
size_t numWells(size_t timestep) const;
size_t getMaxNumConnectionsForWells(size_t timestep) const;
bool hasWell(const std::string& wellName) const;
std::vector<std::string> wellNames(const std::string& pattern, size_t timeStep, const std::vector<std::string>& matching_wells = {}) const;