From 37d6f6cf743682363e5b3bc700c5a6a65b4c10d6 Mon Sep 17 00:00:00 2001 From: jthorn Date: Fri, 11 Jun 2004 12:26:48 +0000 Subject: 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 --- src/interpolate.maple | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]. -- cgit v1.2.3