mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Removed obsolete fault code
This commit is contained in:
@@ -38,7 +38,7 @@ void RivReservoirPartMgr::clearAndSetReservoir(const RigCaseData* eclipseCase, c
|
||||
eclipseCase->allGrids(&grids);
|
||||
for (size_t i = 0; i < grids.size() ; ++i)
|
||||
{
|
||||
m_allGrids.push_back(new RivGridPartMgr(grids[i], i, faultCollection));
|
||||
m_allGrids.push_back(new RivGridPartMgr(grids[i], i));
|
||||
}
|
||||
|
||||
if (eclipseCase->mainGrid())
|
||||
|
||||
Reference in New Issue
Block a user