@@ -39,7 +39,7 @@ namespace Opm {
|
||||
class DeckKeyword;
|
||||
class DeckRecord;
|
||||
class EclipseGrid;
|
||||
class Section;
|
||||
class DeckSection;
|
||||
class TableManager;
|
||||
class UnitSystem;
|
||||
|
||||
@@ -76,7 +76,7 @@ namespace Opm {
|
||||
void processGridProperties(const Deck& deck,
|
||||
const EclipseGrid& eclipseGrid);
|
||||
|
||||
void scanSection(const Section& section,
|
||||
void scanSection(const DeckSection& section,
|
||||
const EclipseGrid& eclipseGrid,
|
||||
bool edit_section);
|
||||
|
||||
|
||||
@@ -55,7 +55,7 @@ namespace Opm {
|
||||
class IOConfig;
|
||||
class ParseContext;
|
||||
class RestartConfig;
|
||||
class Section;
|
||||
class DeckSection;
|
||||
class SimulationConfig;
|
||||
class TableManager;
|
||||
class UnitSystem;
|
||||
@@ -120,7 +120,7 @@ namespace Opm {
|
||||
void initTransMult();
|
||||
void initFaults(const Deck& deck);
|
||||
|
||||
void setMULTFLT(const Opm::Section& section);
|
||||
void setMULTFLT(const Opm::DeckSection& section);
|
||||
|
||||
void complainAboutAmbiguousKeyword(const Deck& deck,
|
||||
const std::string& keywordName);
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include <map>
|
||||
|
||||
#include <opm/parser/eclipse/Deck/Deck.hpp>
|
||||
#include <opm/parser/eclipse/Deck/Section.hpp>
|
||||
#include <opm/parser/eclipse/Deck/DeckSection.hpp>
|
||||
|
||||
#include <opm/parser/eclipse/EclipseState/Grid/EclipseGrid.hpp>
|
||||
#include <opm/parser/eclipse/EclipseState/Grid/GridProperty.hpp>
|
||||
|
||||
Reference in New Issue
Block a user