mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-07-31 11:27:56 -05:00
Merge pull request #5701 from akva2/fix_set_active_indices
fixed: set active indices in fieldprops
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user