1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- #ifndef BOOST_UNITS_CGS_HPP
- #define BOOST_UNITS_CGS_HPP
- #include <string>
- #include <boost/units/quantity.hpp>
- #include <boost/units/systems/cgs/base.hpp>
- #include <boost/units/systems/cgs/dimensionless.hpp>
- #include <boost/units/systems/cgs/length.hpp>
- #include <boost/units/systems/cgs/mass.hpp>
- #include <boost/units/systems/cgs/time.hpp>
- #include <boost/units/systems/cgs/acceleration.hpp>
- #include <boost/units/systems/cgs/area.hpp>
- #include <boost/units/systems/cgs/current.hpp>
- #include <boost/units/systems/cgs/dynamic_viscosity.hpp>
- #include <boost/units/systems/cgs/energy.hpp>
- #include <boost/units/systems/cgs/force.hpp>
- #include <boost/units/systems/cgs/frequency.hpp>
- #include <boost/units/systems/cgs/kinematic_viscosity.hpp>
- #include <boost/units/systems/cgs/mass_density.hpp>
- #include <boost/units/systems/cgs/momentum.hpp>
- #include <boost/units/systems/cgs/power.hpp>
- #include <boost/units/systems/cgs/pressure.hpp>
- #include <boost/units/systems/cgs/velocity.hpp>
- #include <boost/units/systems/cgs/volume.hpp>
- #include <boost/units/systems/cgs/wavenumber.hpp>
- #endif
|