mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-08 23:23:01 -06:00
Fix misleading parameter name
This commit is contained in:
parent
27737b51bc
commit
1949940b96
@ -53,7 +53,7 @@ public:
|
||||
|
||||
static std::vector<std::vector<cvf::Vec3d>>
|
||||
subtractPolygons( const std::vector<cvf::Vec3d>& sourcePolygon,
|
||||
const std::vector<std::vector<cvf::Vec3d>>& polygonToSubtract );
|
||||
const std::vector<std::vector<cvf::Vec3d>>& polygonsToSubtract );
|
||||
|
||||
enum ZInterpolationType
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user