(#657) Added option items for well path and simulation wells

This commit is contained in:
Magne Sjaastad
2015-11-18 12:16:04 +01:00
parent 13c5dbfbd2
commit 77d66f59af
6 changed files with 86 additions and 23 deletions

View File

@@ -20,6 +20,9 @@
#pragma once
#include "RigWellPath.h"
#include "RimWellPathCollection.h"
#include "cafPdmField.h"
#include "cafPdmObject.h"
#include "cafPdmPointer.h"
@@ -29,11 +32,9 @@
// Include to make Pdm work for cvf::Color
#include "cafPdmFieldCvfColor.h"
#include "RigWellPath.h"
class RimProject;
class RivWellPathPartMgr;
class RimWellPathCollection;
class RimWellLogFile;
//==================================================================================================