Merge branch 'dev' into pre-proto

This commit is contained in:
Jacob Støren
2017-06-05 11:40:13 +02:00
40 changed files with 231 additions and 141 deletions

View File

@@ -32,7 +32,7 @@ CAF_PDM_SOURCE_INIT(RimWellPathCompletions, "WellPathCompletions");
//--------------------------------------------------------------------------------------------------
RimWellPathCompletions::RimWellPathCompletions()
{
CAF_PDM_InitObject("Completions", ":/WellCollection.png", "", "");
CAF_PDM_InitObject("Completions", ":/CompletionsSymbol16x16.png", "", "");
CAF_PDM_InitFieldNoDefault(&m_perforationCollection, "Perforations", "Perforations", "", "", "");
m_perforationCollection = new RimPerforationCollection;