mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5856 Well Disks : Improve logic to guard when geometry is created
This commit is contained in:
@@ -653,6 +653,7 @@ bool RimSimWellInView::isWellDiskVisible() const
|
||||
if ( this->simWellData() == nullptr ) return false;
|
||||
|
||||
if ( !reservoirView->wellCollection()->isActive() ) return false;
|
||||
if ( !reservoirView->wellCollection()->isWellDisksVisible() ) return false;
|
||||
|
||||
if ( !this->showWell() ) return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user