Skip to content
Snippets Groups Projects
Commit 40f3bbe5 authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Fix a typo

parent 34025912
No related branches found
No related tags found
No related merge requests found
...@@ -191,7 +191,7 @@ public: ...@@ -191,7 +191,7 @@ public:
values.resize(nTestPoints); values.resize(nTestPoints);
// Set up elements of S^1 // Set up elements of SE(3)
for (int i=0; i<nTestPoints; i++) for (int i=0; i<nTestPoints; i++)
values[i] = RigidBodyMotion<double,3>(rValues[i].globalCoordinates(),qValues[i]); values[i] = RigidBodyMotion<double,3>(rValues[i].globalCoordinates(),qValues[i]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment