#890 Export faults feature created

This commit is contained in:
Jacob Støren
2016-11-25 15:57:17 +01:00
parent 29f766edc7
commit 2288e49c20
5 changed files with 220 additions and 0 deletions

View File

@@ -33,6 +33,10 @@
class RigMainGrid;
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
class RigFaultsPrCellAccumulator : public cvf::Object
{
public:
@@ -61,6 +65,12 @@ private:
std::vector< caf::IntArray6 > m_faultIdxForCellFace;
};
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
class RigFault : public cvf::Object
{
public: