aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2004-03-10 11:10:31 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2004-03-10 11:10:31 +0000
commit8e20b90cf2d41908643e6f46a675d7c8d489702f (patch)
tree9eeb9c4b1f94323244beb2b6fbd26d92825e776e /doc
parent52e4405c58ef7d992f60d40eb749cf3a6e4cd62c (diff)
note a problem with aliased-function prototypes
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1292 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index d54dc2a..5ada5b5 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,4 +1,8 @@
small things
+ prototypes for aliased functions (src/driver/driver.hh) are missing const
+ qualifiers; I can't add these till the Cactus flesh is fixed to generate
+ the right const qualifiers in the bindings file
+ (configs/test-ahfinderdirect/bindings/Functions/AHFinderDirect_Functions.c)
document what parameters would be needed if ghost_size is restricted to 1
give a cogent error message (instead of core-dumping like we do right now)
if we try to set a mask and nobody's registered the bitfield yet