#1039 - pre-proto - Added command feature for generating new fracture

This commit is contained in:
astridkbjorke
2016-12-19 10:30:14 +01:00
parent 6e25fe2569
commit cd3b6da47f
7 changed files with 177 additions and 6 deletions

View File

@@ -53,8 +53,8 @@ RimFracture::RimFracture(void)
CAF_PDM_InitFieldNoDefault(&wellpath, "WellPath", "Well path for measured deph", "", "", "");
CAF_PDM_InitField(&i, "I", 1, "Fracture location cell I", "", "", "");
CAF_PDM_InitField(&i, "J", 1, "Fracture location cell J", "", "", "");
CAF_PDM_InitField(&i, "K", 1, "Fracture location cell K", "", "", "");
CAF_PDM_InitField(&j, "J", 1, "Fracture location cell J", "", "", "");
CAF_PDM_InitField(&k, "K", 1, "Fracture location cell K", "", "", "");
CAF_PDM_InitFieldNoDefault(&fractureDefinition, "FractureDef", "FractureDef", "", "", "");