quaternion_mi1.h 410 B

12345678910111213
  1. // test file for quaternion.hpp
  2. // (C) Copyright Hubert Holin 2001.
  3. // Distributed under the Boost Software License, Version 1.0. (See
  4. // accompanying file LICENSE_1_0.txt or copy at
  5. // http://www.boost.org/LICENSE_1_0.txt)
  6. #ifndef BOOST_QUATERNION_MULTIPLE_INCLUDE_TEST_1
  7. #define BOOST_QUATERNION_MULTIPLE_INCLUDE_TEST_1
  8. void quaternion_mi1();
  9. #endif /* BOOST_QUATERNION_MULTIPLE_INCLUDE_TEST_1 */