|
From: <kin...@us...> - 2003-12-18 01:04:23
|
Update of /cvsroot/teem/teem/src/ten In directory sc8-pr-cvs1:/tmp/cvs-serv30430 Modified Files: GNUmakefile ten.h Log Message: added \"tend helix\" for making cool twisting helical tensor fields Index: GNUmakefile =================================================================== RCS file: /cvsroot/teem/teem/src/ten/GNUmakefile,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** GNUmakefile 8 Dec 2003 23:19:02 -0000 1.34 --- GNUmakefile 18 Dec 2003 01:04:20 -0000 1.35 *************** *** 54,58 **** tendFiber.o tendEpireg.o tendBmat.o tendEstim.o tendSim.o \ tendSlice.o tendEllipse.o tendEvecrgb.o tendNorm.o tendAnscale.o \ ! tendEvalpow.o tendEvalclamp.o tendEvaladd.o $(L).TESTS = test/tg test/tt test/tem #### --- 54,58 ---- tendFiber.o tendEpireg.o tendBmat.o tendEstim.o tendSim.o \ tendSlice.o tendEllipse.o tendEvecrgb.o tendNorm.o tendAnscale.o \ ! tendEvalpow.o tendEvalclamp.o tendEvaladd.o tendHelix.o $(L).TESTS = test/tg test/tt test/tem #### Index: ten.h =================================================================== RCS file: /cvsroot/teem/teem/src/ten/ten.h,v retrieving revision 1.66 retrieving revision 1.67 diff -C2 -d -r1.66 -r1.67 *** ten.h 18 Nov 2003 10:04:54 -0000 1.66 --- ten.h 18 Dec 2003 01:04:20 -0000 1.67 *************** *** 464,467 **** --- 464,468 ---- F(sim) \ F(make) \ + F(helix) \ F(sten) \ F(glyph) \ |