|
Last change
on this file since 29 was
29,
checked in by landauf, 17 years ago
|
|
updated boost from 1_33_1 to 1_34_1
|
|
File size:
390 bytes
|
| Line | |
|---|
| 1 | // test file for quaternion.hpp |
|---|
| 2 | |
|---|
| 3 | // (C) Copyright Hubert Holin 2001. |
|---|
| 4 | // Distributed under the Boost Software License, Version 1.0. (See |
|---|
| 5 | // accompanying file LICENSE_1_0.txt or copy at |
|---|
| 6 | // http://www.boost.org/LICENSE_1_0.txt) |
|---|
| 7 | |
|---|
| 8 | #include "quaternion_mi1.h" |
|---|
| 9 | |
|---|
| 10 | |
|---|
| 11 | #include <boost/math/quaternion.hpp> |
|---|
| 12 | |
|---|
| 13 | void quaternion_mi1() |
|---|
| 14 | { |
|---|
| 15 | ::boost::math::quaternion<float> q0; |
|---|
| 16 | |
|---|
| 17 | q0 *= q0; |
|---|
| 18 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.