mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix intersection depth filter limit calculations
This commit is contained in:
committed by
Magne Sjaastad
parent
65600f58b3
commit
2e3ac5b02b
@@ -78,8 +78,8 @@ public:
|
||||
QString name() const override;
|
||||
void setName( const QString& newName );
|
||||
|
||||
double upperFilterDepth( double sceneRadius ) const;
|
||||
double lowerFilterDepth( double sceneRadius ) const;
|
||||
double upperFilterDepth( double upperGridLimit ) const;
|
||||
double lowerFilterDepth( double lowerGridLimit ) const;
|
||||
RimIntersectionFilterEnum depthFilterType() const;
|
||||
|
||||
void setDepthOverride( bool collectionOverride );
|
||||
|
||||
Reference in New Issue
Block a user