[Opal-commits] opal/src/ODE SConscript,NONE,1.1 ODEServoMotor.cpp,1.9,1.10
Status: Inactive
Brought to you by:
tylerstreeter
From: tylerstreeter <tyl...@us...> - 2005-02-01 05:55:59
|
Update of /cvsroot/opal/opal/src/ODE In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26694/src/ODE Modified Files: ODEServoMotor.cpp Added Files: SConscript Log Message: added SCons build system --- NEW FILE: SConscript --- Import('env') sources = Split(""" ODEBallJoint.cpp ODEFixedJoint.cpp ODEHinge2Joint.cpp ODEHingeJoint.cpp ODEJoint.cpp ODEServoMotor.cpp ODESimulator.cpp ODESliderJoint.cpp ODESolid.cpp ODESpace.cpp ODEUniversalJoint.cpp """) objects = env.SharedObject(sources) Return('objects') Index: ODEServoMotor.cpp =================================================================== RCS file: /cvsroot/opal/opal/src/ODE/ODEServoMotor.cpp,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** ODEServoMotor.cpp 26 Jan 2005 23:10:44 -0000 1.9 --- ODEServoMotor.cpp 1 Feb 2005 05:55:19 -0000 1.10 *************** *** 37,41 **** ODEServoMotor::~ODEServoMotor() { ! // If mJoint is being used, disabled its ODE motor params. if (NULL != mJoint) { --- 37,41 ---- ODEServoMotor::~ODEServoMotor() { ! // If mJoint is being used, disable its ODE motor params for this axis. if (NULL != mJoint) { |