mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #1990 from akva2/use_opm_grid_region_mapping
changed: remove duplicated regionmapping class
This commit is contained in:
@@ -395,7 +395,7 @@ void test_RegMapping()
|
||||
}
|
||||
}
|
||||
|
||||
Ewoms::RegionMapping<> eqlmap(eqlnum);
|
||||
Opm::RegionMapping<> eqlmap(eqlnum);
|
||||
|
||||
PPress ppress(2, PVal(simulator->vanguard().grid().size(0), 0));
|
||||
for (const auto& r : eqlmap.activeRegions()) {
|
||||
|
||||
Reference in New Issue
Block a user