mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixed missing intersection colors when cellresults are turned off
This commit is contained in:
@@ -32,9 +32,9 @@ public:
|
||||
RimIntersectionResultsDefinitionCollection();
|
||||
~RimIntersectionResultsDefinitionCollection() override;
|
||||
|
||||
bool isActive();
|
||||
bool isActive() const;
|
||||
|
||||
std::vector<RimIntersectionResultDefinition*> intersectionResultsDefinitions();
|
||||
std::vector<RimIntersectionResultDefinition*> intersectionResultsDefinitions() const;
|
||||
|
||||
void appendIntersectionResultDefinition( RimIntersectionResultDefinition* interResDef );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user