mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 18:50:19 -06:00
fixed: set active indices in fieldprops
This commit is contained in:
parent
0a128e8a17
commit
942d63c7b1
@ -531,6 +531,7 @@ void GenericCpGridVanguard<ElementMapper,GridView,Scalar>::doCreateGrids_(Eclips
|
|||||||
equilCartesianIndexMapper_ = std::make_unique<CartesianIndexMapper>(*equilGrid_);
|
equilCartesianIndexMapper_ = std::make_unique<CartesianIndexMapper>(*equilGrid_);
|
||||||
|
|
||||||
eclState.reset_actnum(UgGridHelpers::createACTNUM(*grid_));
|
eclState.reset_actnum(UgGridHelpers::createACTNUM(*grid_));
|
||||||
|
eclState.set_active_indices(this->grid_->globalCell());
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user