Revision: 8603
          http://playerstage.svn.sourceforge.net/playerstage/?rev=8603&view=rev
Author:   hsujohnhsu
Date:     2010-03-31 07:27:13 +0000 (Wed, 31 Mar 2010)

Log Message:
-----------
fix typo.

Modified Paths:
--------------
    code/gazebo/trunk/server/physics/ode/ODEHingeJoint.cc

Modified: code/gazebo/trunk/server/physics/ode/ODEHingeJoint.cc
===================================================================
--- code/gazebo/trunk/server/physics/ode/ODEHingeJoint.cc       2010-03-25 
19:53:03 UTC (rev 8602)
+++ code/gazebo/trunk/server/physics/ode/ODEHingeJoint.cc       2010-03-31 
07:27:13 UTC (rev 8603)
@@ -129,7 +129,7 @@
 /// Set the velocity of an axis(index).
 void ODEHingeJoint::SetVelocity(int /*index*/, double angle)
 {
-  this->SetParam(angle, dParamVel);
+  this->SetParam(dParamVel,angle);
 }
 
 //////////////////////////////////////////////////////////////////////////////


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Playerstage-commit mailing list
Playerstage-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to