mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Using API get3DProperties()
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user