X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fchart-geometry.h;h=3d3955e75eadbe51ca692a4e5bffe5950b95c95e;hb=e0c5553451a33f2f3bcbd877da0b0e8551d09ff8;hp=67d35bb62fe423afcd248859c1db5e119c00ff39;hpb=d3487b8eeb911e0547acf72fe4481338d78d0721;p=pspp diff --git a/src/math/chart-geometry.h b/src/math/chart-geometry.h index 67d35bb62f..3d3955e75e 100644 --- a/src/math/chart-geometry.h +++ b/src/math/chart-geometry.h @@ -18,14 +18,11 @@ #ifndef CHART_GEOMETRY_H #define CHART_GEOMETRY_H -struct decimal; -void chart_rounded_tick (double tick, struct decimal *); - void chart_get_scale (double high, double low, - struct decimal *lower, struct decimal *interval, int *n_ticks); + double *lower, double *interval, int *n_ticks); char * -chart_get_ticks_format (const double max, const double min, const unsigned int nticks, +chart_get_ticks_format (const double lower, const double interval, const unsigned int nticks, double *scale); #endif