Skip to content

Commit

Permalink
Labeled the Pull Request number
Browse files Browse the repository at this point in the history
  • Loading branch information
mxgrey committed May 31, 2016
1 parent fbb6da4 commit 22444c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittests/testSkeleton.cpp
Expand Up @@ -1258,7 +1258,7 @@ TEST(Skeleton, Updating)
J0f = screw->getRelativeJacobian();
EXPECT_FALSE(equals(J0i, J0f));

// Regression test for Pull Request #
// Regression test for Pull Request #731
const double originalMass = skeleton->getMass();
BodyNode* lastBn = skeleton->getBodyNode(skeleton->getNumBodyNodes()-1);
const double removedMass = lastBn->getMass();
Expand Down

0 comments on commit 22444c0

Please sign in to comment.