[Opal-commits] opal/samples/simple_objects main.cpp,1.23,1.24
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-03-08 16:11:01
|
Update of /cvsroot/opal/opal/samples/simple_objects In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11795/samples/simple_objects Modified Files: main.cpp Log Message: added contact groups; added separate event handlers for collisions and joint break events; commented out mass ratio stuff Index: main.cpp =================================================================== RCS file: /cvsroot/opal/opal/samples/simple_objects/main.cpp,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** main.cpp 4 Mar 2005 05:09:23 -0000 1.23 --- main.cpp 8 Mar 2005 16:10:21 -0000 1.24 *************** *** 213,221 **** break; } - case opal::RAY_SHAPE: - { - // Not implemented. - break; - } case opal::MESH_SHAPE: { --- 213,216 ---- |