mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Renaming and cleanup in ViewLinker and friends
This commit is contained in:
@@ -597,11 +597,11 @@ void RivReservoirViewPartMgr::computeNativeVisibility(cvf::UByteArray* cellVisib
|
||||
void RivReservoirViewPartMgr::computeOverriddenCellVisibility(cvf::UByteArray* cellVisibility, const RigGridBase* grid)
|
||||
{
|
||||
|
||||
RimViewLink* masterViewLink = m_reservoirView->controllingViewLink();
|
||||
RimViewController* masterViewLink = m_reservoirView->controllingViewLink();
|
||||
|
||||
CVF_ASSERT(masterViewLink);
|
||||
|
||||
RimView* masterView = masterViewLink->ownerViewLinker()->mainView();
|
||||
RimView* masterView = masterViewLink->ownerViewLinker()->masterView();
|
||||
|
||||
// get cell visibility
|
||||
#if 1
|
||||
|
||||
Reference in New Issue
Block a user