|
From: Gordon K. <kin...@us...> - 2004-05-07 19:07:03
|
Update of /cvsroot/teem/teem/src/ell In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8743 Modified Files: GNUmakefile Log Message: recreates a college physics demonstration of the interference inherent in a diffraction grating Index: GNUmakefile =================================================================== RCS file: /cvsroot/teem/teem/src/ell/GNUmakefile,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** GNUmakefile 29 Mar 2004 21:15:16 -0000 1.13 --- GNUmakefile 7 May 2004 19:06:39 -0000 1.14 *************** *** 48,52 **** $(L).PRIVATE_HEADERS = $(L).OBJS = cubicEll.o eigen.o miscEll.o vecEll.o mat.o quat.o genmat.o ! $(L).TESTS = test/sort3 test/invert test/tq test/wheel #### #### --- 48,52 ---- $(L).PRIVATE_HEADERS = $(L).OBJS = cubicEll.o eigen.o miscEll.o vecEll.o mat.o quat.o genmat.o ! $(L).TESTS = test/sort3 test/invert test/tq test/wheel test/rot2aa test/inter #### #### |