Fix Pseudo-length labels for RFT plots

This commit is contained in:
Gaute Lindkvist
2019-11-29 11:44:51 +01:00
parent e65d9aa22d
commit 1b345fa20f
3 changed files with 23 additions and 22 deletions

View File

@@ -50,7 +50,6 @@ public:
enum DerivedMDSource
{
NO_SOURCE,
PSEUDO_LENGTH,
WELL_PATH,
OBSERVED_DATA
};
@@ -127,6 +126,5 @@ private:
caf::PdmField<bool> m_branchDetection;
std::map<size_t, size_t> m_idxInWellPathToIdxInRftFile;
DerivedMDSource m_derivedMDSource;
caf::PdmField<caf::AppEnum<RifEclipseRftAddress::RftWellLogChannelType>> m_wellLogChannelName;
};