Mercurial > hg > svgui
diff layer/LogNumericalScale.h @ 904:e0f08e108064 cxx11
Move to using double rather than float for floating-point calculations (float only for storage); more build fixes
author | Chris Cannam |
---|---|
date | Mon, 09 Mar 2015 12:02:10 +0000 |
parents | e77b1673e17e |
children | 77a1d42353ce |
line wrap: on
line diff
--- a/layer/LogNumericalScale.h Mon Mar 09 08:43:20 2015 +0000 +++ b/layer/LogNumericalScale.h Mon Mar 09 12:02:10 2015 +0000 @@ -29,7 +29,7 @@ void paintVertical (View *v, const VerticalScaleLayer *layer, QPainter &paint, int x0, - float minlog, float maxlog); + double minlog, double maxlog); }; #endif