Skip to content

Commit 2b8401c

Browse files
3nidsm-kuhn
authored andcommitted
rename variables to refleft that they are in map units
1 parent a6dc719 commit 2b8401c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analysis/vector/geometry_checker/qgsgeometrysliverpolygoncheck.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ bool QgsGeometrySliverPolygonCheck::checkThreshold( double layerToMapUnits, cons
2727
{
2828
return false;
2929
}
30-
return value > mThreshold; // the sliver threshold is actually a map unit independent number, just abusing QgsGeometryAreaCheck::mThresholdMapUnits to store it
30+
return value > mThresholdMapUnits; // the sliver threshold is actually a map unit independent number, just abusing QgsGeometryAreaCheck::mThresholdMapUnits to store it
3131
}

0 commit comments

Comments
 (0)