Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-30 10:01:47

0001 // Boost.Units - A C++ library for zero-overhead dimensional analysis and 
0002 // unit/quantity manipulation and conversion
0003 //
0004 // Copyright (C) 2003-2008 Matthias Christian Schabel
0005 // Copyright (C) 2008 Steven Watanabe
0006 //
0007 // Distributed under the Boost Software License, Version 1.0. (See
0008 // accompanying file LICENSE_1_0.txt or copy at
0009 // http://www.boost.org/LICENSE_1_0.txt)
0010 
0011 #ifndef BOOST_UNITS_CGS_HPP
0012 #define BOOST_UNITS_CGS_HPP
0013 
0014 /// \file
0015 /// Includes all the cgs unit headers
0016 
0017 #include <string>
0018 
0019 #include <boost/units/quantity.hpp>
0020 
0021 #include <boost/units/systems/cgs/base.hpp>
0022 
0023 #include <boost/units/systems/cgs/dimensionless.hpp>
0024 #include <boost/units/systems/cgs/length.hpp>
0025 #include <boost/units/systems/cgs/mass.hpp>
0026 #include <boost/units/systems/cgs/time.hpp>
0027 
0028 #include <boost/units/systems/cgs/acceleration.hpp>
0029 #include <boost/units/systems/cgs/area.hpp>
0030 #include <boost/units/systems/cgs/current.hpp>
0031 #include <boost/units/systems/cgs/dynamic_viscosity.hpp>
0032 #include <boost/units/systems/cgs/energy.hpp>
0033 #include <boost/units/systems/cgs/force.hpp>
0034 #include <boost/units/systems/cgs/frequency.hpp>
0035 #include <boost/units/systems/cgs/kinematic_viscosity.hpp>
0036 #include <boost/units/systems/cgs/mass_density.hpp>
0037 #include <boost/units/systems/cgs/momentum.hpp>
0038 #include <boost/units/systems/cgs/power.hpp>
0039 #include <boost/units/systems/cgs/pressure.hpp>
0040 #include <boost/units/systems/cgs/velocity.hpp>
0041 #include <boost/units/systems/cgs/volume.hpp>
0042 #include <boost/units/systems/cgs/wavenumber.hpp>
0043 
0044 #endif // BOOST_UNITS_CGS_HPP