pre-proto - Changed naming of fracture definitions to fracture templates and Fracture collection to fractures in gui

This commit is contained in:
astridkbjorke
2017-01-04 10:17:54 +01:00
parent e480de9591
commit 7b0d1fbd2f
6 changed files with 11 additions and 8 deletions

View File

@@ -31,7 +31,7 @@ CAF_PDM_SOURCE_INIT(RimSimWellFractureCollection, "SimWellFractureCollection");
//--------------------------------------------------------------------------------------------------
RimSimWellFractureCollection::RimSimWellFractureCollection(void)
{
CAF_PDM_InitObject("Fracture Collection", "", "", "");
CAF_PDM_InitObject("Fractures", "", "", "");
CAF_PDM_InitField(&isActive, "Active", true, "Active", "", "", "");