Removed the expectedItems concept from the scan functions

This commit is contained in:
Kristian Flikka
2013-08-23 15:39:08 +02:00
parent 64fb9a6cee
commit cdf16c747a
17 changed files with 80 additions and 133 deletions

View File

@@ -41,7 +41,7 @@ namespace Opm {
}
private:
DeckItemConstPtr scan__(size_t expectedItems, bool readAll, RawRecordPtr rawRecord) const;
DeckItemConstPtr scan__(bool readAll, RawRecordPtr rawRecord) const;
std::string m_default;
};