Remove VS compiler warning
This commit is contained in:
parent
62677575fa
commit
83e8cb3715
|
|
@ -40,7 +40,7 @@ ft_interpolate(double *data, double *ndata, double *oscale, int olen,
|
|||
double *nscale, int nlen, int degree)
|
||||
{
|
||||
double *result, *scratch, *xdata, *ydata, diff;
|
||||
int sign, lastone, i, l, middle, tdegree;
|
||||
int sign = 1, lastone, i, l, middle, tdegree;
|
||||
|
||||
if ((olen < 2) || (nlen < 2)) {
|
||||
fprintf(cp_err, "Error: lengths too small to interpolate.\n");
|
||||
|
|
|
|||
Loading…
Reference in New Issue