Skip to content

Commit

Permalink
Removed compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Mar 24, 2013
1 parent 34ec000 commit feda3c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/heatmap/heatmap.cpp
Expand Up @@ -367,6 +367,7 @@ double Heatmap::calculateKernelValue( double distance, int bandwidth, int kernel

double Heatmap::uniformKernel( double distance, int bandwidth )
{
Q_UNUSED(distance);
// Normalizing constant
double k = 2. / ( M_PI * ( double )bandwidth );

Expand Down

0 comments on commit feda3c9

Please sign in to comment.