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