Canoe
Comprehensive Atmosphere N' Ocean Engine
common.hpp
Go to the documentation of this file.
1 #ifndef COMMON_HPP_
2 #define COMMON_HPP_
3 
4 struct Direction {
5  Real mu, phi;
6 };
7 
8 #endif // COMMON_HPP_
Real mu
Definition: common.hpp:5
Real phi
Definition: common.hpp:5