mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #5701 from akva2/fix_set_active_indices
fixed: set active indices in fieldprops
This commit is contained in:
commit
a08d49d3a4
@ -531,6 +531,7 @@ void GenericCpGridVanguard<ElementMapper,GridView,Scalar>::doCreateGrids_(Eclips
|
||||
equilCartesianIndexMapper_ = std::make_unique<CartesianIndexMapper>(*equilGrid_);
|
||||
|
||||
eclState.reset_actnum(UgGridHelpers::createACTNUM(*grid_));
|
||||
eclState.set_active_indices(this->grid_->globalCell());
|
||||
}
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user