[Opal-commits] opal changelog.txt,1.44,1.45
Status: Inactive
Brought to you by:
tylerstreeter
|
From: Olex <ole...@us...> - 2005-11-06 05:12:30
|
Update of /cvsroot/opal/opal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1836 Modified Files: changelog.txt Log Message: Refactoring Solid interface. Made a few method const. Index: changelog.txt =================================================================== RCS file: /cvsroot/opal/opal/changelog.txt,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** changelog.txt 6 Nov 2005 03:20:01 -0000 1.44 --- changelog.txt 6 Nov 2005 05:12:21 -0000 1.45 *************** *** 15,18 **** --- 15,21 ---- ------------------------------------------ + * 11-6-06: Refactoring Solid interface. Made a few method const. + (Oleksandr Lozitskiy) + * 11-5-05: Fixed ODESolid::setStatic(). It did not put geoms back into parent space it was given originally. (Oleksandr Lozitskiy) |