#2126, #2139 Several improvements in PLT Plot

Improved timestep and source filtering
Show contribution sources on timestep
Axis unit set from the cases actually used
Warning on inconsistent units
This commit is contained in:
Jacob Støren
2017-11-15 16:17:55 +01:00
parent 259ea5b0e7
commit f027f7395d
7 changed files with 127 additions and 132 deletions

View File

@@ -65,7 +65,7 @@ public:
QString wellName() const;
QDateTime date() const;
RigWellLogFile* wellLogFile() { return m_wellLogDataFile.p(); }
RigWellLogFile* wellLogFileData() { return m_wellLogDataFile.p(); }
std::vector<RimWellLogFileChannel*> wellLogChannels() const;
bool hasFlowData() const;