Renamed MessageCounter -> CounterLog

This commit is contained in:
Joakim Hove
2015-01-14 19:24:06 +01:00
parent aa604aad9e
commit 25bff6480d
23 changed files with 187 additions and 182 deletions

View File

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