Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Sep 7, 2017
1 parent a87f1db commit 6f8d603
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -432,7 +432,7 @@ QwtText GraphPanelPlotScaleDraw::label(double pValue) const
{
if (qFuzzyCompare(pValue, 0.0)) {
// Due to the limited precision of floating point numbers, pValue isn't
// exactly equal to zero while it really oughht to be, so set it
// exactly equal to zero while it really ought to be, so set it
// properly

pValue = 0.0;
Expand Down

0 comments on commit 6f8d603

Please sign in to comment.