[Opal-commits] opal changelog.txt,1.51,1.52
Status: Inactive
Brought to you by:
tylerstreeter
|
From: Olex <ole...@us...> - 2005-12-01 02:05:03
|
Update of /cvsroot/opal/opal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9152 Modified Files: changelog.txt Log Message: Implemented Solid::setMass, added unit tests to test it. Added missing Point3r implementation file. Index: changelog.txt =================================================================== RCS file: /cvsroot/opal/opal/changelog.txt,v retrieving revision 1.51 retrieving revision 1.52 diff -C2 -d -r1.51 -r1.52 *** changelog.txt 30 Nov 2005 06:28:12 -0000 1.51 --- changelog.txt 1 Dec 2005 02:04:54 -0000 1.52 *************** *** 15,18 **** --- 15,20 ---- ------------------------------------------ + * 11-30-05: Implemented Solid::setMass, added unit tests to test it. (Oleksandr Lozitskiy) + * 11-30-05: Vec3r and Point3r refactored and fixed with unit tests. (Oleksandr Lozitskiy) |