Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo in comment
  • Loading branch information
elpaso committed Apr 22, 2020
1 parent 943600d commit fed4f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/raster/qgscolorrampshader.cpp
Expand Up @@ -207,7 +207,7 @@ void QgsColorRampShader::classifyColorRamp( const int classes, const int band, c

double cut1 = std::numeric_limits<double>::quiet_NaN();
double cut2 = std::numeric_limits<double>::quiet_NaN();
// Note: the sample size in other parts of QGIS appears to be 25000, it is ten times here.
// Note: the sample size in other parts of QGIS appears to be 250000, it is ten times here.
const int sampleSize = 250000 * 10;

// set min and max from histogram, used later to calculate number of decimals to display
Expand Down

0 comments on commit fed4f9a

Please sign in to comment.