fixed: set active indices in fieldprops

This commit is contained in:
Arne Morten Kvarving 2024-10-30 10:22:17 +01:00
parent 0a128e8a17
commit 942d63c7b1

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