Skip to content

Commit

Permalink
rename variables to refleft that they are in map units
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored and m-kuhn committed Oct 15, 2018
1 parent a6dc719 commit 2b8401c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -27,5 +27,5 @@ bool QgsGeometrySliverPolygonCheck::checkThreshold( double layerToMapUnits, cons
{
return false;
}
return value > mThreshold; // the sliver threshold is actually a map unit independent number, just abusing QgsGeometryAreaCheck::mThresholdMapUnits to store it
return value > mThresholdMapUnits; // the sliver threshold is actually a map unit independent number, just abusing QgsGeometryAreaCheck::mThresholdMapUnits to store it
}

0 comments on commit 2b8401c

Please sign in to comment.