mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#8375 Flow Vectors : Avoid recomputing NNCs when accessing flow data
Avoid include of RigNNCData.h in header files.
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
#include "RigCell.h"
|
||||
#include "RigGridBase.h"
|
||||
#include "RigLocalGrid.h"
|
||||
#include "RigNNCData.h"
|
||||
|
||||
#include "cvfBoundingBox.h"
|
||||
#include "cvfCollection.h"
|
||||
@@ -31,6 +30,7 @@
|
||||
#include <vector>
|
||||
|
||||
class RigActiveCellInfo;
|
||||
class RigNNCData;
|
||||
|
||||
namespace cvf
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user