frameacc.cpp 480 B

12345678910111213141516171819202122232425262728
  1. /** \file itasc/kdl/frameacc.cpp
  2. * \ingroup itasc
  3. */
  4. /*****************************************************************************
  5. * Erwin Aertbelien, Div. PMA, Dep. of Mech. Eng., K.U.Leuven
  6. *
  7. * \version
  8. * ORO_Geometry V0.2
  9. *
  10. * \par History
  11. * - $log$
  12. *
  13. * \par Release
  14. * $Name: $
  15. ****************************************************************************/
  16. #include "frameacc.hpp"
  17. namespace KDL {
  18. #ifndef KDL_INLINE
  19. #include "frameacc.inl"
  20. #endif
  21. }