X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fchart-geometry.h;h=3d3955e75eadbe51ca692a4e5bffe5950b95c95e;hb=104503e3d1f3d6ad47ef06e5a9d42b18e0fa67cb;hp=67d35bb62fe423afcd248859c1db5e119c00ff39;hpb=f89d8a893f83ad0cb95819ca60e6f4a718f7d988;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