aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjthorn <jthorn@0f49ee68-0e4f-0410-9b9c-b2c123ded7ef>2004-06-11 12:26:48 +0000
committerjthorn <jthorn@0f49ee68-0e4f-0410-9b9c-b2c123ded7ef>2004-06-11 12:26:48 +0000
commit37d6f6cf743682363e5b3bc700c5a6a65b4c10d6 (patch)
tree5bd2632d9d494ea82d36af8a3542c600c42deeac
parent527f138c08f3ca615b124860aab14e30353212f9 (diff)
fix typo in comment, no change to code
git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/AEILocalInterp/trunk@19 0f49ee68-0e4f-0410-9b9c-b2c123ded7ef
-rw-r--r--src/interpolate.maple2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interpolate.maple b/src/interpolate.maple
index 9333d3e..2a6d322 100644
--- a/src/interpolate.maple
+++ b/src/interpolate.maple
@@ -50,7 +50,7 @@
# coordinates, having the coefficients as global variables. For
# example,
# proc(x,y) c00 + c10*x + c01*y end proc
-# coeff_list = A set of the interpolation coefficients (coefficients in
+# coeff_list = A list of the interpolation coefficients (coefficients in
# the interpolation function), for example [c00, c10, c01].
# coord_list = A list of the coordinates (independent variables in the
# interpolation function), for example [x,y].