[Kst] kdeextragear-2/kst/plugins/linefit
George Staikos
staikos at kde.org
Fri May 23 19:46:36 CEST 2003
CVS commit by staikos:
compiling with warning is better than erroring
M +2 -2 linefit.c 1.2
--- kdeextragear-2/kst/plugins/linefit/linefit.c #1.1:1.2
@@ -13,7 +13,7 @@
int linefit(const double *const inArrays[], const int inArrayLens[],
- const double[],
+ const double is[],
double *outArrays[], int outArrayLens[],
- double[])
+ double os[])
{
int i = 0;
More information about the Kst
mailing list