From c454fdddfc6cdaebcf79a34f8106136bff5298f8 Mon Sep 17 00:00:00 2001 From: jthorn Date: Tue, 8 Jul 2003 16:11:14 +0000 Subject: note that the operator "generalized polynomial interpolation" is deprecated, and will probably be removed at some point git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/AEILocalInterp/trunk@6 0f49ee68-0e4f-0410-9b9c-b2c123ded7ef --- README | 7 ++++--- doc/documentation.tex | 12 +++++++----- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/README b/README index f15ef58..f84960b 100644 --- a/README +++ b/README @@ -17,11 +17,12 @@ This thorn provides the interpolation operators "Lagrange polynomial interpolation (tensor product)" "Lagrange polynomial interpolation (maximum degree)" "Hermite polynomial interpolation", -The interpolation operators +The interpolation operator "Lagrange polynomial interpolation" - "generalized polynomial interpolation" -are also both accepted as a synonyms for +is also accepted as a synonyms "Lagrange polynomial interpolation (tensor product)" +(So is "generalized polynomial interpolation", but that's deprecated +and will probably be removed at some point.) Documentation diff --git a/doc/documentation.tex b/doc/documentation.tex index 4a4699e..b27d206 100644 --- a/doc/documentation.tex +++ b/doc/documentation.tex @@ -156,11 +156,13 @@ This interpolator provides: "Lagrange polynomial interpolation" \end{verbatim} and this is probably the best interpolation operator for - general-purpose use. For backwards compatability this interpolator - is also registered under still another operator name, - \begin{verbatim} - "generalized polynomial interpolation" - \end{verbatim} + general-purpose use.%%% +\footnote{%%% + For backwards compatability this interpolator + is also registered under still another operator name, + {\tt "generalized polynomial interpolation"}, but this + is deprecated and will probably be removed at some point. + }%%% \item Hermite polynomial interpolation of orders 2-4 for 1-D interpolation, and 2--3 for 2-D and 3-D interpolation, registered under the operator name -- cgit v1.2.3