diff options
author | dan miller | 2007-10-19 05:20:07 +0000 |
---|---|---|
committer | dan miller | 2007-10-19 05:20:07 +0000 |
commit | fca74b0bf0a0833f5701e9c0de7b3bc15b2233dd (patch) | |
tree | 51bcae7a1b8381a6bf6fd8025a7de1e30fe0045d /libraries/ode-0.9/contrib/BreakableJoints/diff/joint.h.diff | |
parent | resubmitting ode (diff) | |
download | opensim-SC-fca74b0bf0a0833f5701e9c0de7b3bc15b2233dd.zip opensim-SC-fca74b0bf0a0833f5701e9c0de7b3bc15b2233dd.tar.gz opensim-SC-fca74b0bf0a0833f5701e9c0de7b3bc15b2233dd.tar.bz2 opensim-SC-fca74b0bf0a0833f5701e9c0de7b3bc15b2233dd.tar.xz |
dont ask
Diffstat (limited to 'libraries/ode-0.9/contrib/BreakableJoints/diff/joint.h.diff')
-rw-r--r-- | libraries/ode-0.9/contrib/BreakableJoints/diff/joint.h.diff | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/libraries/ode-0.9/contrib/BreakableJoints/diff/joint.h.diff b/libraries/ode-0.9/contrib/BreakableJoints/diff/joint.h.diff deleted file mode 100644 index eed3c24..0000000 --- a/libraries/ode-0.9/contrib/BreakableJoints/diff/joint.h.diff +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | 61,70d60 | ||
2 | < /******************** breakable joint contribution ***********************/ | ||
3 | < struct dxJointBreakInfo : public dBase { | ||
4 | < int flags; | ||
5 | < dReal b1MaxF[3]; // maximum force on body 1 | ||
6 | < dReal b1MaxT[3]; // maximum torque on body 1 | ||
7 | < dReal b2MaxF[3]; // maximum force on body 2 | ||
8 | < dReal b2MaxT[3]; // maximum torque on body 2 | ||
9 | < dJointBreakCallback *callback; // function that is called when this joint breaks | ||
10 | < }; | ||
11 | < /*************************************************************************/ | ||
12 | 135,140d124 | ||
13 | < | ||
14 | < /******************** breakable joint contribution ***********************/ | ||
15 | < // optional break info structure. if this is not NULL the the joint is | ||
16 | < // breakable. | ||
17 | < dxJointBreakInfo *breakInfo; | ||
18 | < /*************************************************************************/ | ||