Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Header <boost/units/systems/cgs/acceleration.hpp>

namespace boost {
  namespace units {
    namespace cgs {
      typedef unit< acceleration_dimension, cgs::system > acceleration;

      static const acceleration gal;
      static const acceleration gals;
    }
  }
}

PrevUpHomeNext