mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
RFT plot: Fix stepping on well
* Rft: Store segment and connection count per well * Update the segment branch index combo box when well changes * Bump version number
This commit is contained in:
@@ -104,8 +104,8 @@ private:
|
||||
std::map<RftSegmentKey, RifRftSegment> m_rftWellDateSegments;
|
||||
std::set<QDateTime> m_rftSegmentTimeSteps;
|
||||
|
||||
size_t m_segmentResultItemCount;
|
||||
size_t m_connectionResultItemCount;
|
||||
std::map<std::string, size_t> m_segmentResultItemCount;
|
||||
std::map<std::string, size_t> m_connectionResultItemCount;
|
||||
|
||||
std::map<std::string, std::vector<std::pair<int, int>>> m_wseglink;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user