#3605 Temp LGR. Delete existing temp LGRs when creating new

This commit is contained in:
Bjørn Erik Jensen
2018-11-07 07:46:33 +01:00
parent 7d9c858f13
commit 9b42c9fde6
4 changed files with 19 additions and 1 deletions

View File

@@ -21,6 +21,7 @@
#include "RicfCommandFileExecutor.h"
#include "RicfCreateMultipleFractures.h"
#include "RicDeleteTemporaryLgrsFeature.h"
#include "RicCreateTemporaryLgrFeature.h"
#include "ExportCommands/RicExportLgrFeature.h"
@@ -83,6 +84,8 @@ void RicfCreateLgrForCompletions::execute()
}
}
RicDeleteTemporaryLgrsFeature::deleteAllTemporaryLgrs(eclipseCase);
caf::VecIjk lgrCellCounts(m_refinementI, m_refinementJ, m_refinementK);
QStringList wellsWithIntersectingLgrs;
for (const auto wellPath : wellPaths)