Added ErrorGuard& arguments to library

This commit is contained in:
Joakim Hove
2019-01-03 11:53:32 +01:00
parent ad001df804
commit bf52e6d123
22 changed files with 267 additions and 214 deletions

View File

@@ -23,6 +23,7 @@
#include <memory>
#include <vector>
#include <opm/parser/eclipse/Parser/ErrorGuard.hpp>
#include <opm/parser/eclipse/Parser/ParseContext.hpp>
#include <opm/parser/eclipse/EclipseState/Eclipse3DProperties.hpp>
#include <opm/parser/eclipse/EclipseState/EclipseConfig.hpp>
@@ -65,7 +66,7 @@ namespace Opm {
AllProperties = IntProperties | DoubleProperties
};
EclipseState(const Deck& deck , const ParseContext& parseContext = ParseContext());
EclipseState(const Deck& deck , const ParseContext& parseContext, ErrorGuard& errors);
const IOConfig& getIOConfig() const;
IOConfig& getIOConfig();