mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Use vector instead of set to make to avoid sorting of quantities
The plot title for cross plots should use insertion order to make sure the title is displayed correctly
This commit is contained in:
@@ -40,8 +40,8 @@ public:
|
||||
bool isSegmentInTitle() const override;
|
||||
bool isCompletionInTitle() const override;
|
||||
|
||||
std::set<std::string> vectorNames() const override;
|
||||
QString caseName() const override;
|
||||
std::vector<std::string> vectorNames() const override;
|
||||
QString caseName() const override;
|
||||
|
||||
std::string titleVectorName() const override;
|
||||
std::string titleWellName() const override;
|
||||
|
||||
Reference in New Issue
Block a user