Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/units/systems/cgs.hpp @ 16:2665513ce2d3
Add boost headers
author | Chris Cannam |
---|---|
date | Tue, 05 Aug 2014 11:11:38 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
15:663ca0da4350 | 16:2665513ce2d3 |
---|---|
1 // Boost.Units - A C++ library for zero-overhead dimensional analysis and | |
2 // unit/quantity manipulation and conversion | |
3 // | |
4 // Copyright (C) 2003-2008 Matthias Christian Schabel | |
5 // Copyright (C) 2008 Steven Watanabe | |
6 // | |
7 // Distributed under the Boost Software License, Version 1.0. (See | |
8 // accompanying file LICENSE_1_0.txt or copy at | |
9 // http://www.boost.org/LICENSE_1_0.txt) | |
10 | |
11 #ifndef BOOST_UNITS_CGS_HPP | |
12 #define BOOST_UNITS_CGS_HPP | |
13 | |
14 /// \file | |
15 /// Includes all the cgs unit headers | |
16 | |
17 #include <string> | |
18 | |
19 #include <boost/units/quantity.hpp> | |
20 | |
21 #include <boost/units/systems/cgs/base.hpp> | |
22 | |
23 #include <boost/units/systems/cgs/dimensionless.hpp> | |
24 #include <boost/units/systems/cgs/length.hpp> | |
25 #include <boost/units/systems/cgs/mass.hpp> | |
26 #include <boost/units/systems/cgs/time.hpp> | |
27 | |
28 #include <boost/units/systems/cgs/acceleration.hpp> | |
29 #include <boost/units/systems/cgs/area.hpp> | |
30 #include <boost/units/systems/cgs/current.hpp> | |
31 #include <boost/units/systems/cgs/dynamic_viscosity.hpp> | |
32 #include <boost/units/systems/cgs/energy.hpp> | |
33 #include <boost/units/systems/cgs/force.hpp> | |
34 #include <boost/units/systems/cgs/frequency.hpp> | |
35 #include <boost/units/systems/cgs/kinematic_viscosity.hpp> | |
36 #include <boost/units/systems/cgs/mass_density.hpp> | |
37 #include <boost/units/systems/cgs/momentum.hpp> | |
38 #include <boost/units/systems/cgs/power.hpp> | |
39 #include <boost/units/systems/cgs/pressure.hpp> | |
40 #include <boost/units/systems/cgs/velocity.hpp> | |
41 #include <boost/units/systems/cgs/volume.hpp> | |
42 #include <boost/units/systems/cgs/wavenumber.hpp> | |
43 | |
44 #endif // BOOST_UNITS_CGS_HPP |