mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3605 Temp LGR. Delete existing temp LGRs when creating new
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user