[Opal-commits] opal/samples/simple simple.suo,1.2,1.3
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-07-19 17:54:11
|
Update of /cvsroot/opal/opal/samples/simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1099/samples/simple Modified Files: simple.suo Log Message: Performance improvement, especially for simulations with a lot of sleeping Solids. (In Simulator::simulate(), we were previously copying an updated transform matrix for each dynamic Solid every time step. Now we only perform this operation for dynamic, awake Solids.) Index: simple.suo =================================================================== RCS file: /cvsroot/opal/opal/samples/simple/simple.suo,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsWKCsuk and /tmp/cvskFMazZ differ |