aboutsummaryrefslogtreecommitdiff
path: root/src/gen_cheb.c
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2000-03-21 14:44:20 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2000-03-21 14:44:20 +0000
commite80ad92ee405333be12cf6a9367990b4beff753d (patch)
treec76ff22516f8e68d16915ddd85ffc964df2c084a /src/gen_cheb.c
parent659ba490528fffad34db301109e477e2788a3694 (diff)
downloadPROJ-e80ad92ee405333be12cf6a9367990b4beff753d.tar.gz
PROJ-e80ad92ee405333be12cf6a9367990b4beff753d.zip
changed UV to projUV
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@782 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'src/gen_cheb.c')
-rw-r--r--src/gen_cheb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gen_cheb.c b/src/gen_cheb.c
index 14ac3ce9..191cb822 100644
--- a/src/gen_cheb.c
+++ b/src/gen_cheb.c
@@ -12,10 +12,10 @@ static const char SCCSID[]="@(#)gen_cheb.c 4.9 95/09/23 GIE REL";
#define COEF_LINE_MAX 60
#endif
void
-gen_cheb(int inverse, UV (*proj)(), char *s, PJ *P, int iargc, char **iargv) {
+gen_cheb(int inverse, projUV (*proj)(), char *s, PJ *P, int iargc, char **iargv) {
int NU = 15, NV = 15, i, res = -1, errin = 0, pwr;
char *arg, fmt[15];
- UV low, upp, resid;
+ projUV low, upp, resid;
Tseries *F;
extern void p_series(Tseries *, FILE *, char *);
double (*input)();