summaryrefslogtreecommitdiff
path: root/boost/units/systems/cgs/time.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/units/systems/cgs/time.hpp')
-rw-r--r--boost/units/systems/cgs/time.hpp33
1 files changed, 33 insertions, 0 deletions
diff --git a/boost/units/systems/cgs/time.hpp b/boost/units/systems/cgs/time.hpp
new file mode 100644
index 0000000000..2ac3b040c7
--- /dev/null
+++ b/boost/units/systems/cgs/time.hpp
@@ -0,0 +1,33 @@
+// Boost.Units - A C++ library for zero-overhead dimensional analysis and
+// unit/quantity manipulation and conversion
+//
+// Copyright (C) 2003-2008 Matthias Christian Schabel
+// Copyright (C) 2008 Steven Watanabe
+//
+// Distributed under the Boost Software License, Version 1.0. (See
+// accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
+#ifndef BOOST_UNITS_CGS_TIME_HPP
+#define BOOST_UNITS_CGS_TIME_HPP
+
+#include <boost/units/systems/cgs/base.hpp>
+
+namespace boost {
+
+namespace units {
+
+namespace cgs {
+
+typedef unit<time_dimension,cgs::system> time;
+
+BOOST_UNITS_STATIC_CONSTANT(second,time);
+BOOST_UNITS_STATIC_CONSTANT(seconds,time);
+
+} // namespace cgs
+
+} // namespace units
+
+} // namespace boost
+
+#endif // BOOST_UNITS_CGS_TIME_HPP