|
From: Gordon K. <kin...@us...> - 2004-05-02 21:34:18
|
Update of /cvsroot/teem/teem/src/nrrd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16020 Modified Files: GNUmakefile Log Message: tool for doing radial histograms, useful for finding circular or near-circular streaks in CT scans Index: GNUmakefile =================================================================== RCS file: /cvsroot/teem/teem/src/nrrd/GNUmakefile,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** GNUmakefile 7 Jan 2004 15:34:30 -0000 1.23 --- GNUmakefile 2 May 2004 21:34:08 -0000 1.24 *************** *** 63,67 **** $(L).TESTS = test/tread test/trand test/ax test/io test/minmax test/tkernel \ test/typestest test/tline test/genvol test/quadvol test/convo test/kv \ ! test/reuse #### --- 63,67 ---- $(L).TESTS = test/tread test/trand test/ax test/io test/minmax test/tkernel \ test/typestest test/tline test/genvol test/quadvol test/convo test/kv \ ! test/reuse test/histrad #### |