diff options
Diffstat (limited to 'src/biveval.c')
| -rw-r--r-- | src/biveval.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/biveval.c b/src/biveval.c index 5dca4792..c0586cc7 100644 --- a/src/biveval.c +++ b/src/biveval.c @@ -6,8 +6,7 @@ static const char SCCSID[]="@(#)biveval.c 4.4 93/06/12 GIE REL"; # define NEAR_ONE 1.00001 static projUV w2, w; - static double /* basic bivariate Chebyshev evaluation */ -ceval(C, n) struct PW_COEF *C; { +static double ceval(struct PW_COEF *C, int n) { double d=0, dd=0, vd, vdd, tmp, *c; int j; |
