[Opal-commits] opal/src/ODE ODESolid.cpp,1.66,1.67
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-02-22 19:47:44
|
Update of /cvsroot/opal/opal/src/ODE In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30562/src/ODE Modified Files: ODESolid.cpp Log Message: made Data object types a private member; updated samples with new changes Index: ODESolid.cpp =================================================================== RCS file: /cvsroot/opal/opal/src/ODE/ODESolid.cpp,v retrieving revision 1.66 retrieving revision 1.67 diff -C2 -d -r1.66 -r1.67 *** ODESolid.cpp 22 Feb 2005 04:28:11 -0000 1.66 --- ODESolid.cpp 22 Feb 2005 19:46:40 -0000 1.67 *************** *** 247,251 **** // Setup mass. ! switch(shapeData->type) { case BOX_SHAPE: --- 247,251 ---- // Setup mass. ! switch(shapeData->getType()) { case BOX_SHAPE: *************** *** 401,405 **** GeomData* newGeomData = new GeomData; ! switch(sd.type) { case BOX_SHAPE: --- 401,405 ---- GeomData* newGeomData = new GeomData; ! switch(sd.getType()) { case BOX_SHAPE: |