Merge pull request #5701 from akva2/fix_set_active_indices

fixed: set active indices in fieldprops
This commit is contained in:
Bård Skaflestad 2024-10-31 08:53:43 +01:00 committed by GitHub
commit a08d49d3a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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());
}
{