Using API get3DProperties()

This commit is contained in:
Pål Grønås Drange
2016-04-11 15:15:27 +02:00
parent 77fc26475b
commit fd9f67ae55
5 changed files with 8 additions and 8 deletions

View File

@@ -423,7 +423,7 @@ namespace Opm
{
// Create grid.
const std::vector<double>& porv =
eclipse_state_->getEclipseProperties().getDoubleGridProperty("PORV").getData();
eclipse_state_->get3DProperties().getDoubleGridProperty("PORV").getData();
grid_init_.reset(new GridInit<Grid>(deck_, eclipse_state_, porv));
const Grid& grid = grid_init_->grid();