39 |
|
* such damages. |
40 |
|
*/ |
41 |
|
|
42 |
< |
#ifndef UTILS_HYDROPROPS_HPP |
43 |
< |
#define UTILS_HYDROPROPS_HPP |
44 |
< |
namespace oopse { |
45 |
< |
#include "math/Vector3.hpp" |
46 |
< |
#include "math/SquareMatrix3.hpp" |
47 |
< |
struct HydroProps { |
42 |
> |
#ifndef UTILS_HYDROPROPS_HPP |
43 |
> |
#define UTILS_HYDROPROPS_HPP |
44 |
> |
|
45 |
> |
#include "math/Vector3.hpp" |
46 |
> |
#include "math/SquareMatrix.hpp" |
47 |
> |
|
48 |
> |
namespace oopse { |
49 |
> |
|
50 |
> |
struct HydroProps { |
51 |
|
Vector3d center; |
52 |
|
Mat6x6d Xi; |
53 |
|
Mat6x6d D; |
54 |
< |
}; |
55 |
< |
|
56 |
< |
} |
57 |
< |
|
58 |
< |
#endif |
54 |
> |
}; |
55 |
> |
|
56 |
> |
} |
57 |
> |
|
58 |
> |
#endif |