#1641 Use new interface for reading trans values from libecl

This commit is contained in:
Bjørnar Grip Fjær
2017-06-22 16:03:55 +02:00
parent 527151ba23
commit 7b7af2b197
2 changed files with 23 additions and 17 deletions

View File

@@ -82,7 +82,7 @@ private:
bool openDynamicAccess();
void extractResultValuesBasedOnPorosityModel(PorosityModelResultType matrixOrFracture, std::vector<double>* values, const std::vector<double>& fileValues);
void transferNNCData( const ecl_grid_type * mainEclGrid , const ecl_file_type * init_file,
void transferNNCData( const ecl_grid_type * mainEclGrid , ecl_file_type * init_file,
RigMainGrid * mainGrid);
RifEclipseRestartDataAccess* createDynamicResultsAccess();