aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2004-06-27 10:41:38 +0000
committerjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2004-06-27 10:41:38 +0000
commit1e384d1c7dbd91b3b9ad1924e5f86e44f0a3628d (patch)
treed5179f74af06bb51585fb86a03ccc3926f72799f
parentbb4370dffa82535b2733f1d63921104a4eabe481 (diff)
remove mention of old CCTK_InterpLocal() API
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@184 df1f8a13-aa1d-4dd4-9681-27ded5b42416
-rw-r--r--README12
1 files changed, 4 insertions, 8 deletions
diff --git a/README b/README
index fdb8041..b99f854 100644
--- a/README
+++ b/README
@@ -20,18 +20,14 @@ History
=======
This interpolator was written by Thomas Radke in early 2001 (drawing
-on older code by Paul Walker), and supports the interpolation operators
- "first order uniform cartesian"
- "second order uniform cartesian"
- "third order uniform cartesian"
-for the old Cactus interpolation API CCTK_InterpLocal() and
+on older code by Paul Walker), and supports the interpolation operator
"uniform cartesian"
for the new Cactus interpolation API CCTK_InterpLocalUniform().
(Note that the word "cartesian" is in lower case here!)
-The interpolators for the old API originally lived in the PUGHInterp thorn,
-but it turned to have very little to do with PUGH, so was moved here in winter
-2001-2002.
+This interpolator for originally lived in the PUGHInterp thorn, but
+it turned to have very little to do with PUGH, so was moved here in
+winter 2001-2002.
From winter 2001-2002 to July 2003 this thorn also contained another
interpolator written by Jonathan Thornburg, but in July 2003 that