From 942d63c7b1df2d45baedbf32190c26e597f2fa0e Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Wed, 30 Oct 2024 10:22:17 +0100 Subject: [PATCH] fixed: set active indices in fieldprops --- opm/simulators/flow/GenericCpGridVanguard.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/opm/simulators/flow/GenericCpGridVanguard.cpp b/opm/simulators/flow/GenericCpGridVanguard.cpp index 95af80018..3943fe3a9 100644 --- a/opm/simulators/flow/GenericCpGridVanguard.cpp +++ b/opm/simulators/flow/GenericCpGridVanguard.cpp @@ -531,6 +531,7 @@ void GenericCpGridVanguard::doCreateGrids_(Eclips equilCartesianIndexMapper_ = std::make_unique(*equilGrid_); eclState.reset_actnum(UgGridHelpers::createACTNUM(*grid_)); + eclState.set_active_indices(this->grid_->globalCell()); } {