From 75dc715d22b562d1238ae1f753dd86dba73eb13d Mon Sep 17 00:00:00 2001 From: jthorn Date: Mon, 7 Oct 2002 16:06:54 +0000 Subject: note some more things to fix in the Generalized-Polynomial-Uniform interpolator - some typecasts which icc warns about (thy're actually ok, but could use explicit C casts to make this clearer) - add a note about the Hermite inefficiency problem, cf Erik Schneter's E-mails git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@119 df1f8a13-aa1d-4dd4-9681-27ded5b42416 --- doc/TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/TODO b/doc/TODO index 65103a7..071fcb0 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,3 +2,8 @@ Things to do on this thorn: - test suite for GeneralizedPolynomial-Uniform/Hermite interpolator - documentation for same (especially note very poor accuracy when off-centered) +- make casts from datatype to CCTK_REAL explicit in + GeneralizedPolynomial-Uniform fetch routines +- clean up the horrible inefficiency of the + GeneralizedPolynomial-Uniform/Hermite interpolator + (cf Erik Schnetter's E-mails) -- cgit v1.2.3