Fix misleading parameter name

This commit is contained in:
Jacob Støren 2020-01-24 09:44:28 +01:00
parent 27737b51bc
commit 1949940b96

View File

@ -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
{