mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added grid collection and reuse of MainGrid if the grids are equal
p4#: 20517
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
#include "RimScriptCollection.h"
|
||||
|
||||
class RimReservoir;
|
||||
class RigGridCollection;
|
||||
class RigEclipseCase;
|
||||
|
||||
//==================================================================================================
|
||||
///
|
||||
@@ -45,6 +47,8 @@ public:
|
||||
|
||||
void close();
|
||||
|
||||
void registerEclipseCase(RigEclipseCase* eclipseCase);
|
||||
|
||||
protected:
|
||||
// Overridden methods
|
||||
virtual void initAfterRead();
|
||||
@@ -52,4 +56,6 @@ protected:
|
||||
|
||||
private:
|
||||
caf::PdmField<QString> m_projectFileVersionString;
|
||||
|
||||
cvf::ref<RigGridCollection> m_gridCollection;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user