mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Faults: Reading from Eclipse text files and basic visualization
Added reading of faults directly from Eclipse text files Added named faults in project tree Added fault geompetry parts Added test data
This commit is contained in:
@@ -40,6 +40,8 @@
|
||||
#include "cvfObject.h"
|
||||
#include "cvfVector3.h"
|
||||
|
||||
#include "..\cafProjectDataModel\cafAppEnum.h"
|
||||
|
||||
|
||||
|
||||
namespace cvf {
|
||||
@@ -63,6 +65,9 @@ public:
|
||||
NEG_K
|
||||
};
|
||||
|
||||
typedef caf::AppEnum<StructGridInterface::FaceType> FaceEnum;
|
||||
|
||||
|
||||
public:
|
||||
StructGridInterface();;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user