aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2004-04-29 14:08:16 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2004-04-29 14:08:16 +0000
commit93a058e39cacfb6b310fc78ecb9f6081ebbd4d06 (patch)
tree0233271754926804e86011c816a76edb639b883b /doc
parent855c4d713f06f37bed096ebb345b4fa64f768cc9 (diff)
this is already fixed:
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) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1316 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/TODO b/doc/TODO
index 319d58f..d5822c4 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,8 +1,4 @@
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