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

@@ -24,7 +24,7 @@
#include <set>
#include <string>
#include <opm/parser/eclipse/OpmLog/MessageCounter.hpp>
#include <opm/parser/eclipse/OpmLog/CounterLog.hpp>
#include <opm/parser/eclipse/Deck/Deck.hpp>
#include <opm/parser/eclipse/Deck/Section.hpp>
@@ -100,7 +100,7 @@ namespace Opm {
}
bool Section::checkSectionTopology(DeckConstPtr deck,
MessageCounterPtr logger,
CounterLogPtr logger,
bool ensureKeywordSectionAffiliation)
{
if (deck->size() == 0) {