#3119 detect grid unit. Read unit system from one of three available sources

This commit is contained in:
Bjørn Erik Jensen
2018-08-15 14:47:32 +02:00
parent 59f9d189e5
commit 2e78bddaf6
2 changed files with 37 additions and 20 deletions

View File

@@ -72,7 +72,7 @@ public:
private:
bool readActiveCellInfo();
void buildMetaData();
void buildMetaData(ecl_grid_type* grid);
void readWellCells(const ecl_grid_type* mainEclGrid, bool importCompleteMswData);
std::string ertGridName( size_t gridNr );