mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3816 Annotations : PdmPtr not resolved correctly
This commit is contained in:
parent
920467e1f3
commit
687aadcfde
@ -38,6 +38,7 @@
|
|||||||
|
|
||||||
#include "Rim2dIntersectionView.h"
|
#include "Rim2dIntersectionView.h"
|
||||||
#include "Rim3dOverlayInfoConfig.h"
|
#include "Rim3dOverlayInfoConfig.h"
|
||||||
|
#include "RimAnnotationCollection.h"
|
||||||
#include "RimAnnotationInViewCollection.h"
|
#include "RimAnnotationInViewCollection.h"
|
||||||
#include "RimCellEdgeColors.h"
|
#include "RimCellEdgeColors.h"
|
||||||
#include "RimCellRangeFilterCollection.h"
|
#include "RimCellRangeFilterCollection.h"
|
||||||
@ -845,6 +846,17 @@ void RimEclipseView::onLoadDataAndUpdate()
|
|||||||
m_simWellsPartManager->clearGeometryCache();
|
m_simWellsPartManager->clearGeometryCache();
|
||||||
|
|
||||||
syncronizeWellsWithResults();
|
syncronizeWellsWithResults();
|
||||||
|
|
||||||
|
RimProject* proj = RiaApplication::instance()->project();
|
||||||
|
if (proj && proj->activeOilField())
|
||||||
|
{
|
||||||
|
RimAnnotationCollection* annotColl = proj->activeOilField()->annotationCollection();
|
||||||
|
if (annotColl && annotationCollection())
|
||||||
|
{
|
||||||
|
annotationCollection()->onGlobalCollectionChanged(annotColl);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
// Update simulation well fractures after well cell results are imported
|
// Update simulation well fractures after well cell results are imported
|
||||||
|
Loading…
Reference in New Issue
Block a user