mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
NNC: Picking and result mapping
Show NNC info in Result Info Show NNC result mapping for combined transmissibility
This commit is contained in:
@@ -159,6 +159,7 @@ public:
|
||||
// Picking info
|
||||
bool pickInfo(size_t gridIndex, size_t cellIndex, const cvf::Vec3d& point, QString* pickInfoText) const;
|
||||
void appendCellResultInfo(size_t gridIndex, size_t cellIndex, QString* resultInfoText) ;
|
||||
void appendNNCResultInfo( size_t gridIndex, size_t nncIndex, QString* resultInfo );
|
||||
|
||||
// Does this belong here, really ?
|
||||
void calculateVisibleWellCellsIncFence(cvf::UByteArray* visibleCells, RigGridBase * grid);
|
||||
|
Reference in New Issue
Block a user