Changed some KEYWORD->Keyword instances, search and replace hickup

This commit is contained in:
Kristian Flikka
2013-06-20 15:40:45 +02:00
parent f1660460dc
commit d79745ce4f
6 changed files with 19 additions and 14 deletions

View File

@@ -50,7 +50,7 @@ namespace Opm {
RawDeckPtr readToRawDeck(const std::string& path) const;
/// Method to add ParserKeyword instances, these holding type and size information about the keywords and their data.
void addKEYWORD(ParserKeywordConstPtr parserKeyword);
void addKeyword(ParserKeywordConstPtr parserKeyword);
bool hasKeyword(const std::string& keyword) const;
private: