Reset LGR id before creating LGRs

This commit is contained in:
Magne Sjaastad 2018-11-11 13:49:40 +01:00
parent ae94785634
commit 2f19ea35cb

View File

@ -98,6 +98,7 @@ void RicfCreateLgrForCompletions::execute()
} }
RicDeleteTemporaryLgrsFeature::deleteAllTemporaryLgrs(eclipseCase); RicDeleteTemporaryLgrsFeature::deleteAllTemporaryLgrs(eclipseCase);
RicExportLgrFeature::resetLgrNaming();
caf::VecIjk lgrCellCounts(m_refinementI, m_refinementJ, m_refinementK); caf::VecIjk lgrCellCounts(m_refinementI, m_refinementJ, m_refinementK);
QStringList wellsWithIntersectingLgrs; QStringList wellsWithIntersectingLgrs;