From: <mk...@us...> - 2003-08-06 16:15:28
|
Update of /cvsroot/csp/APPLICATIONS/SimData In directory sc8-pr-cvs1:/tmp/cvs-serv25565 Modified Files: setup.py CHANGES.current Log Message: Index: setup.py =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/setup.py,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** setup.py 6 Aug 2003 06:36:24 -0000 1.28 --- setup.py 6 Aug 2003 16:15:25 -0000 1.29 *************** *** 297,301 **** "Types.h", "Vector3.h", - "Vector3.inl", "Version.h", ] --- 297,300 ---- *************** *** 321,325 **** "Log.i", "LUT.i", - "Math.i", "Matrix3.i", "Noise.i", --- 320,323 ---- Index: CHANGES.current =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/CHANGES.current,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -d -r1.60 -r1.61 *** CHANGES.current 6 Aug 2003 08:56:53 -0000 1.60 --- CHANGES.current 6 Aug 2003 16:15:25 -0000 1.61 *************** *** 2,5 **** --- 2,8 ---- =========================== + 2003-08-06: onsight + Removed Math.i and Vector3.inl from setup.py. + 2003-08-05: onsight Replaced Random, Vector3, Matrix3, and Quaternion classes with |