Skip to content
Snippets Groups Projects
Commit 5eb87200 authored by isucan's avatar isucan
Browse files

Merge pull request #3 from golems/master

Fix template specialization problem that caused link errors in Visual Studio 2010
parents 92aeca18 c48bb0e2
No related branches found
No related tags found
No related merge requests found
...@@ -525,5 +525,6 @@ Quaternion3f InterpMotion::absoluteRotation(FCL_REAL dt) const ...@@ -525,5 +525,6 @@ Quaternion3f InterpMotion::absoluteRotation(FCL_REAL dt) const
return delta_t * tf1.getQuatRotation(); return delta_t * tf1.getQuatRotation();
} }
template class TBVMotionBoundVisitor<RSS>;
} }
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