|
From: Gordon K. <kin...@us...> - 2004-05-02 21:36:27
|
Update of /cvsroot/teem/teem/src/gage In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16378 Modified Files: GNUmakefile Log Message: tool to fix circular streaks in CT scans, based on gages new-found ability to do localized median filtering Index: GNUmakefile =================================================================== RCS file: /cvsroot/teem/teem/src/gage/GNUmakefile,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** GNUmakefile 13 Feb 2004 22:56:15 -0000 1.14 --- GNUmakefile 2 May 2004 21:36:18 -0000 1.15 *************** *** 51,55 **** print.o sclanswer.o sclprint.o sclfilter.o \ vecGage.o vecprint.o st.o ! $(L).TESTS = #### #### --- 51,55 ---- print.o sclanswer.o sclprint.o sclfilter.o \ vecGage.o vecprint.o st.o ! $(L).TESTS = test/ctfix #### #### |