aboutsummaryrefslogtreecommitdiff
path: root/src/projects.h
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2009-01-26 16:54:17 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2009-01-26 16:54:17 +0000
commitfab46abe9f5b7c22c330dd2316342739670bd1bc (patch)
treea4eceb54ecdbb74efd3983159e0759d6d3ddb999 /src/projects.h
parent1eeb0e73207646948fae494493fb721ec8f4e22f (diff)
downloadPROJ-fab46abe9f5b7c22c330dd2316342739670bd1bc.tar.gz
PROJ-fab46abe9f5b7c22c330dd2316342739670bd1bc.zip
restore the functions from biveval.c as they are used by some folks (#24)
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1514 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'src/projects.h')
-rw-r--r--src/projects.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/projects.h b/src/projects.h
index 7cdbe2a9..6ed75648 100644
--- a/src/projects.h
+++ b/src/projects.h
@@ -373,6 +373,9 @@ typedef struct { /* Chebyshev or Power series structure */
int power; /* != 0 if power series, else Chebyshev */
} Tseries;
Tseries *mk_cheby(projUV, projUV, double, projUV *, projUV (*)(projUV), int, int, int);
+projUV bpseval(projUV, Tseries *);
+projUV bcheval(projUV, Tseries *);
+projUV biveval(projUV, Tseries *);
void *vector1(int, int);
void **vector2(int, int, int);
void freev2(void **v, int nrows);