mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3549 Temporary LGR : Recompute completion factors
This commit is contained in:
parent
166d7dcb6c
commit
71d9f742d9
@ -19,6 +19,7 @@
|
|||||||
#include "RicCreateTemporaryLgrFeature.h"
|
#include "RicCreateTemporaryLgrFeature.h"
|
||||||
|
|
||||||
#include "RiaApplication.h"
|
#include "RiaApplication.h"
|
||||||
|
#include "RiaCompletionTypeCalculationScheduler.h"
|
||||||
#include "RiaLogging.h"
|
#include "RiaLogging.h"
|
||||||
|
|
||||||
#include "CompletionExportCommands/RicWellPathExportCompletionDataFeature.h"
|
#include "CompletionExportCommands/RicWellPathExportCompletionDataFeature.h"
|
||||||
@ -147,7 +148,7 @@ void RicCreateTemporaryLgrFeature::onActionTriggered(bool isChecked)
|
|||||||
computeCachedData(eclipseCase);
|
computeCachedData(eclipseCase);
|
||||||
RiaApplication::instance()->project()->mainPlotCollection()->wellLogPlotCollection()->reloadAllPlots();
|
RiaApplication::instance()->project()->mainPlotCollection()->wellLogPlotCollection()->reloadAllPlots();
|
||||||
|
|
||||||
activeView->loadDataAndUpdate();
|
RiaCompletionTypeCalculationScheduler::instance()->scheduleRecalculateCompletionTypeAndRedrawAllViews(eclipseCase);
|
||||||
|
|
||||||
if (intersectsExistingLgr)
|
if (intersectsExistingLgr)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user