mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-27 13:47:12 -05:00
Deck File: Add api for including files.
This commit is contained in:
@@ -67,6 +67,8 @@ public:
|
||||
bool setRegdims( int maxRegions, int maxRegionDefinitions, int maxRegionFlowConnections, int maxFIPRegions );
|
||||
bool ensureRegdimsKeyword();
|
||||
|
||||
bool addIncludeKeyword( std::string section, std::string keyword, std::string filePath );
|
||||
|
||||
private:
|
||||
Opm::DeckItem item( std::string name, std::string value );
|
||||
Opm::DeckItem item( std::string name, int value );
|
||||
|
||||
Reference in New Issue
Block a user