|
From: <kin...@us...> - 2003-12-18 01:00:29
|
Update of /cvsroot/teem/teem/src
In directory sc8-pr-cvs1:/tmp/cvs-serv29646
Modified Files:
TODO.txt
Log Message:
the road ahead
Index: TODO.txt
===================================================================
RCS file: /cvsroot/teem/teem/src/TODO.txt,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** TODO.txt 30 Oct 2003 21:31:46 -0000 1.15
--- TODO.txt 18 Dec 2003 01:00:16 -0000 1.16
***************
*** 1,2 ****
--- 1,6 ----
+ DESTROY the airType* enum! I wasted quite awhile debugging a problem caused by:
+ if (nrrdAlloc(nout, airTypeFloat, 3, size[0], size[1], size[2])) { ...
+ Do you see the problem? Grrr.
+
FAQ on teem coding standards
Banks's policy.txt:
|