Renamed existing Logger -> MessageCounter

This commit is contained in:
Joakim Hove
2015-01-06 19:46:16 +01:00
parent 738fb0c05c
commit d3277543ec
24 changed files with 185 additions and 186 deletions

View File

@@ -21,7 +21,7 @@
#include <opm/parser/eclipse/Deck/Section.hpp>
namespace Opm {
bool checkDeck(DeckConstPtr deck, LoggerPtr logger, size_t enabledChecks) {
bool checkDeck(DeckConstPtr deck, MessageCounterPtr logger, size_t enabledChecks) {
bool deckValid = true;
// make sure that the deck does not contain unknown keywords