Boost logo

Boost-Commit :

From: matthiasschabel_at_[hidden]
Date: 2007-05-31 14:07:40


Author: matthiasschabel
Date: 2007-05-31 14:07:39 EDT (Thu, 31 May 2007)
New Revision: 4383
URL: http://svn.boost.org/trac/boost/changeset/4383

Log:
superceded by luminous_intensity.hpp

Removed:
   sandbox/units/boost/units/systems/si/intensity.hpp

Deleted: sandbox/units/boost/units/systems/si/intensity.hpp
==============================================================================
--- sandbox/units/boost/units/systems/si/intensity.hpp 2007-05-31 14:07:39 EDT (Thu, 31 May 2007)
+++ (empty file)
@@ -1,33 +0,0 @@
-// mcs::units - A C++ library for zero-overhead dimensional analysis and
-// unit/quantity manipulation and conversion
-//
-// Copyright (C) 2003-2007 Matthias Christian Schabel
-// Copyright (C) 2007 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_SI_INTENSITY_HPP
-#define BOOST_UNITS_SI_INTENSITY_HPP
-
-#include <boost/units/systems/si/base.hpp>
-
-namespace boost {
-
-namespace units {
-
-namespace SI {
-
-typedef unit<intensity_type,SI::system> intensity;
-
-BOOST_UNITS_STATIC_CONSTANT(candela,intensity);
-BOOST_UNITS_STATIC_CONSTANT(candelas,intensity);
-
-} // namespace SI
-
-} // namespace units
-
-} // namespace boost
-
-#endif // BOOST_UNITS_SI_INTENSITY_HPP


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk