src: fixed clang warnings

This commit is contained in:
Eberhard Graether
2015-05-04 10:15:55 +02:00
parent 7231ae36f6
commit 4ec3dfd372
9 changed files with 10 additions and 17 deletions
+1 -1
View File
@@ -367,7 +367,7 @@ bool QtGraphPostprocessor::getHeatmapGradient(Vec2f& outGradient, const MatrixDy
return overlap;
}
Vec2f QtGraphPostprocessor::heatMapRayCast(const MatrixDynamicBase<unsigned int>& heatMap, const Vec2f& startPosition, const Vec2f& direction, const int minValue)
Vec2f QtGraphPostprocessor::heatMapRayCast(const MatrixDynamicBase<unsigned int>& heatMap, const Vec2f& startPosition, const Vec2f& direction, unsigned int minValue)
{
float xOffset = 0.0f;
float yOffset = 0.0f;